Merge "Correct blur position in tablet mode"

This commit is contained in:
jenkins-bot 2018-08-09 17:32:11 +00:00 committed by Gerrit Code Review
commit b46f4a24c4
1 changed files with 7 additions and 1 deletions

View File

@ -133,8 +133,14 @@ table.ambox {
}
.ambox-learn-more {
left: @amboxIconPadding;
right: auto;
right: 0;
background: none;
// Move blur to far right last line
// https://phabricator.wikimedia.org/T197931#4475197
&:before {
top: unit( -@contentLineHeight, em );
width: 10px;
}
}
}