fix(core): update

This commit is contained in:
2022-12-06 13:32:00 +01:00
parent 0be0f9fa34
commit 55175f9ac7
3 changed files with 12 additions and 6 deletions

View File

@ -86,6 +86,9 @@ export class DeesIcon extends DeesElement {
display: block;
line-height: inherit;
font-size: inherit;
margin: 0px;
padding: 0px;
white-space: nowrap;
}
#iconContainer svg {
display: inline-block;
@ -104,7 +107,7 @@ export class DeesIcon extends DeesElement {
word-wrap: normal;
white-space: nowrap;
direction: ltr;
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */