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 {
svg {
vertical-align: bottom;
width: inherit;
height: inherit;
}
:host {
display: inline-block;
height: 24px;
width: 24px;
.feather-flag {
margin-left: -1px;
::ng-deep {
svg {
vertical-align: bottom;
width: inherit;
height: inherit;
}
.feather-flag {
margin-left: -1px;
}
}
}