Fix 'M' issue in Firefox

Set fixed 'text-indent' to push content out of the navigation element.
This commit is contained in:
carljbowman 2015-10-15 15:26:33 -06:00
parent 4ad7302f14
commit 694d8a7597

View file

@ -155,7 +155,7 @@
padding-left: 10px;
width: 30px;
overflow: hidden;
text-indent: 100%;
text-indent: 50px;
white-space: nowrap;
}