Hardcode page issues vertically alignment

Bug: T234254
Change-Id: If14e52558631a20ea444564fa4758e20cf8ccf42
This commit is contained in:
jdlrobson 2019-10-08 09:40:48 -07:00 committed by Jdlrobson
parent b40b29988c
commit a66f3a3cec
2 changed files with 3 additions and 1 deletions

View file

@ -105,7 +105,7 @@ table.ambox {
.mw-ui-icon { .mw-ui-icon {
position: absolute; position: absolute;
left: @amboxPadding; left: @amboxPadding;
top: @amboxPadding * 2; top: 11px;
} }
.ambox-learn-more { .ambox-learn-more {

View file

@ -175,6 +175,8 @@
grouped: parseGroup( box ), grouped: parseGroup( box ),
icon: new Icon( { icon: new Icon( {
glyphPrefix: 'minerva', glyphPrefix: 'minerva',
// Only applies to the page issues overlay
additionalClassNames: 'mw-ui-icon-flush-top',
name: iconName( box, severity ) name: iconName( box, severity )
} ) } )
}; };