mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-13 17:37:07 +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.
|
// https://phabricator.wikimedia.org/T206887 suggests .mbox-text-div is also needed.
|
||||||
.mbox-text-div,
|
.mbox-text-div,
|
||||||
.mbox-text-span {
|
.mbox-text-span {
|
||||||
display: inline-block;
|
display: block;
|
||||||
max-height: @contentLineHeight * 2em;
|
max-height: @contentLineHeight * 2em;
|
||||||
// All will have this height (approx 2 lines) even if a single line e.g. {{dictdef}} when on mobile.
|
// All will have this height (approx 2 lines) even if a single line e.g. {{dictdef}} when on mobile.
|
||||||
// Overriden later in tablet styles.
|
// Overriden later in tablet styles.
|
||||||
|
|
Loading…
Reference in a new issue