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:
Jan Drewniak 2019-03-26 13:11:16 +01:00
parent 784d3fa5ae
commit e42a655e9a
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.