Skip to content

Commit 557e91d

Browse files
skjnldsvsusnux
authored andcommitted
fix(NcIconSvgWrapper): use line-height to center svg span wrapper
Co-authored-by: Ferdinand Thiessen <[email protected]> Signed-off-by: John Molakvoæ <[email protected]>
1 parent bec324e commit 557e91d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/components/NcIconSvgWrapper/NcIconSvgWrapper.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,7 @@ export default {
288288
289289
// Icon svg wrapper
290290
span {
291-
display: flex;
292-
justify-content: center;
293-
align-items: center;
291+
line-height: 0;
294292
}
295293
296294
&:deep(svg) {

0 commit comments

Comments
 (0)