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:
jdlrobson 2019-09-30 14:56:11 -07:00
parent e571b59375
commit 1c7adedda4

View file

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