We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51978f8 commit dcbf2ceCopy full SHA for dcbf2ce
packages/sit-onyx/src/components/OnyxIcon/OnyxIcon.vue
@@ -34,7 +34,6 @@ const props = defineProps<OnyxIconProps>();
34
min-width: var(--icon-size);
35
height: var(--icon-size);
36
fill: var(--icon-color);
37
- vertical-align: bottom;
38
39
& > svg {
40
// display svg as block instead of default inline, to remove vertical alignment
0 commit comments