Prevent icon layout shift

pull/6784/head
Chocobozzz 2024-12-10 10:32:36 +01:00
parent b99c20d04a
commit 1eb9541b79
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 14 additions and 9 deletions

View File

@ -1,12 +1,17 @@
:host ::ng-deep { :host {
svg { display: inline-block;
vertical-align: bottom; height: 24px;
width: inherit; width: 24px;
height: inherit;
}
.feather-flag { ::ng-deep {
margin-left: -1px; svg {
vertical-align: bottom;
width: inherit;
height: inherit;
}
.feather-flag {
margin-left: -1px;
}
} }
} }