make bi icons same size as other icons

(cherry picked from commit d3ac3d7432)
This commit is contained in:
milan 2024-12-19 18:31:00 +01:00
parent 3e466125da
commit 98c1e920e8

View File

@ -51,6 +51,9 @@ export class EgwMenuShoelace extends LitElement
line-height: normal;
width: 1.3em;
}
et2-image::before {
font-size: 1.3em; /*make bi icons same size as et2-image img*/
}
`
]
}