mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
Last modified should have line-height 1
Quick fix to resolve issues with vertical alignment. Bug: T233172 Change-Id: I3213e6c9935dcc1dd5feb658f6f0321b1437d2ff
This commit is contained in:
parent
e571b59375
commit
1c7adedda4
|
@ -11,6 +11,11 @@
|
|||
.last-modified-bar__content {
|
||||
align-items: center;
|
||||
.flex-display();
|
||||
// FIXME: This element should not have the .content class.
|
||||
// Conversation will continue in https://gerrit.wikimedia.org/r/539928.
|
||||
&.content {
|
||||
line-height: 1;
|
||||
}
|
||||
}
|
||||
|
||||
// styles that apply to nested footer components
|
||||
|
|
Loading…
Reference in a new issue