Merge "Fix alignment of "learn-more" link on page-issues"

This commit is contained in:
jenkins-bot 2019-03-26 19:09:06 +00:00 committed by Gerrit Code Review
commit 3575396a86
1 changed files with 1 additions and 1 deletions

View File

@ -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.