make sure buttons text never word-wrap

to avoid them getting fully disarranged in some specific cases...
pull/1/head
narspt 8 years ago committed by GitHub
parent 71cddc2f5a
commit 2a3cd63d53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save

Powered by TurnKey Linux.