mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-12 00:48:46 +00:00
Merge "Fix alignment of "learn-more" link on page-issues"
This commit is contained in:
commit
3575396a86
|
@ -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