mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 18:29:50 +00:00
Merge "Fix text overflow in history page"
This commit is contained in:
commit
c5c8f4bbc9
|
@ -73,12 +73,14 @@
|
|||
-webkit-line-clamp: 2;
|
||||
max-height: 2.6em;
|
||||
color: @color-subtle;
|
||||
line-height: 1.2;
|
||||
line-height: 1.4;
|
||||
white-space: normal;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
font-size: 0.875rem;
|
||||
font-style: normal;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue