restore line height to account list renderer (#4999)

This commit is contained in:
Anthony Dresser
2019-04-11 15:10:38 -07:00
committed by GitHub
parent bc898cc2c2
commit a5b8924e2d

View File

@@ -15,6 +15,12 @@
.list-row.account-picker-list .label .contextual-display-name {
font-size: 15px;
line-height: 15px;
}
.list-row.account-picker-list .label .display-name {
font-size: 13px;
line-height: 13px;
}
.list-row.account-picker-list .label .content {