mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 14:23:53 +00:00
Fix alignment of "learn-more" link on page-issues
Fixes the extra padding below the page-issues boxes as well as the alignment of the "learn-more" link relative to the rest of the text in the issues box. Bug: T214549 Change-Id: I691254af76c65a3d620ec28bce6bb16b8977607d
This commit is contained in:
parent
784d3fa5ae
commit
e42a655e9a
|
@ -42,7 +42,7 @@ table.ambox {
|
|||
// https://phabricator.wikimedia.org/T206887 suggests .mbox-text-div is also needed.
|
||||
.mbox-text-div,
|
||||
.mbox-text-span {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
max-height: @contentLineHeight * 2em;
|
||||
// All will have this height (approx 2 lines) even if a single line e.g. {{dictdef}} when on mobile.
|
||||
// Overriden later in tablet styles.
|
||||
|
|
Loading…
Reference in a new issue