Skip to content

Commit 2c29232

Browse files
committed
Text overflow solved
1 parent 5efa4f6 commit 2c29232

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Projects/image editor/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,10 @@ body{
178178
.controls .row .save-img{
179179
margin-left: 0px;
180180
}
181+
}
182+
@media (max-width:276px)
183+
{
184+
.options button{
185+
font-size: 10px;
186+
}
181187
}

0 commit comments

Comments
 (0)