mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
restore line height to account list renderer (#4999)
This commit is contained in:
@@ -15,6 +15,12 @@
|
|||||||
|
|
||||||
.list-row.account-picker-list .label .contextual-display-name {
|
.list-row.account-picker-list .label .contextual-display-name {
|
||||||
font-size: 15px;
|
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 {
|
.list-row.account-picker-list .label .content {
|
||||||
|
|||||||
Reference in New Issue
Block a user