1
0
mirror of https://github.com/ShaYmez/xlxd.git synced 2026-06-12 10:28:35 -04:00

Merge pull request #99 from narspt/patch-2

make sure buttons text never word-wrap
This commit is contained in:
LX1IQ
2020-04-06 13:08:46 +02:00
committed by GitHub
+2
View File
@@ -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;