More actions
No edit summary |
No edit summary Tag: Manual revert |
||
(19 intermediate revisions by the same user not shown) | |||
Line 134: | Line 134: | ||
.icon-wrapper:hover { | .icon-wrapper:hover { | ||
transform: scale(1.1); | transform: scale(1.1); | ||
} | |||
.hover-table td span { | |||
white-space: nowrap; | |||
display: inline-block; | |||
max-width: 100%; | |||
font-size: 15px; /* or scale down just a bit */ | |||
} | |||
/* Hide template spacer on mobile */ | |||
@media screen and (max-width: 768px) { | |||
.desktop-only-spacer { | |||
display: none !important; | |||
} | |||
} | } |