mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Fix 'M' issue in Firefox
Set fixed 'text-indent' to push content out of the navigation element.
This commit is contained in:
parent
4ad7302f14
commit
694d8a7597
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-indent: 100%;
|
text-indent: 50px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue