mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 02:13:49 +00:00
Break up words to prevent thumbnails from being squished
Bug: T321362 Change-Id: I9d649873145738808fa5a8456df4272c14e42d6a
This commit is contained in:
parent
5f7918c14f
commit
a0555ee377
|
@ -18,6 +18,13 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
// some of the content is extremely long and trying to keep
|
||||
// as much as possible on 1 line causes breaking other
|
||||
// parts (notably: thumbnails end up being squished)
|
||||
.searchResultImage-text {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
// override ul padding-left defined in lists.less, which isn't
|
||||
// meant to affect the search results list
|
||||
.content ul.mw-search-results {
|
||||
|
|
Loading…
Reference in a new issue