More actions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 144: | Line 144: | ||
overflow: hidden; | overflow: hidden; | ||
text-overflow: ellipsis; | text-overflow: ellipsis; | ||
} | |||
@media (max-width: 768px) { | |||
.hover-table td span { | |||
display: inline-block; | |||
max-width: 100%; | |||
text-align: center; | |||
font-size: 15px; | |||
white-space: nowrap; | |||
overflow: hidden; | |||
text-overflow: ellipsis; | |||
line-height: 1.2; | |||
} | } | ||
@media (max-width: 768px) { | @media (max-width: 768px) { | ||
.hover-table td span { | .hover-table td span { | ||
font-size: | font-size: 11px; | ||
white-space: normal; /* allow wrapping | white-space: normal; /* allow wrapping if needed */ | ||
word-break: break-word; | |||
} | } | ||
.hover-table img { | .hover-table img { | ||
width: | width: 80px; | ||
height: | height: 80px; | ||
} | } | ||
.hover-table td { | .hover-table td { | ||
width: | width: 50%; /* full two columns per row */ | ||
padding: 6px; | |||
} | } | ||
} | } | ||