More actions
No edit summary Tag: Manual revert |
No edit summary |
||
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%; | |||
overflow: hidden; | |||
text-overflow: ellipsis; | |||
} | } |