mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 01:08:50 +01:00
Fix alt tag text got chopped off at the bottom
This commit is contained in:
parent
b72f683a97
commit
3213e8503e
1 changed files with 1 additions and 1 deletions
|
@ -513,6 +513,7 @@
|
|||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
line-height: 1.4;
|
||||
}
|
||||
@media (min-width: 40em) {
|
||||
.carousel-item button.media-alt .media-alt-desc {
|
||||
|
@ -523,7 +524,6 @@
|
|||
box-orient: vertical;
|
||||
-webkit-line-clamp: 2;
|
||||
line-clamp: 2;
|
||||
line-height: 1.4;
|
||||
}
|
||||
}
|
||||
.carousel-item button.media-alt[hidden] {
|
||||
|
|
Loading…
Reference in a new issue