mirror of
https://github.com/LX3JL/xlxd.git
synced 2026-01-21 16:10:39 +01:00
make sure buttons text never word-wrap
to avoid them getting fully disarranged in some specific cases...
This commit is contained in:
parent
71cddc2f5a
commit
2a3cd63d53
|
|
@ -79,6 +79,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;
|
||||
|
|
@ -92,6 +93,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…
Reference in a new issue