make sure buttons text never word-wrap

to avoid them getting fully disarranged in some specific cases...
pull/122/head
narspt 8 years ago committed by SASANO Takayoshi
parent 84fa6c6d10
commit 6356bf0872

@ -83,6 +83,7 @@ a.tip:hover span {
.menulink {
font-size : 14pt;
text-decoration : none;
white-space : nowrap;
border : 1px #000000 solid;
padding-left : 10px;
padding-top : 3px;
@ -96,6 +97,7 @@ a.tip:hover span {
.menulinkactive {
font-size : 14pt;
text-decoration : none;
white-space : nowrap;
border : 1px #000000 solid;
padding-left : 10px;
padding-top : 3px;

Loading…
Cancel
Save

Powered by TurnKey Linux.