Skip to content

Commit f067973

Browse files
skjnldsvsusnux
andauthored
fix(NcIconSvgWrapper): use line-height to center svg span wrapper
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 parent 233fded commit f067973

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
@@ -287,9 +287,7 @@ export default {
287287
288288
// Icon svg wrapper
289289
span {
290-
display: flex;
291-
justify-content: center;
292-
align-items: center;
290+
line-height: 0;
293291
}
294292
295293
&:deep(svg) {

0 commit comments

Comments
 (0)