CSS: Increase horizontal-padding on the menu

refs #5543
This commit is contained in:
Eric Lippmann 2015-10-27 16:23:02 +01:00
parent 5fa6bac5ea
commit 4361ac00ca
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
#menu a {
overflow: hidden;
padding: @vertical-padding / 2 @horizontal-padding / 2;
padding: @vertical-padding / 2 @horizontal-padding;
text-overflow: ellipsis;
white-space: nowrap;