Skip to content

Commit 43a7f49

Browse files
desig9steinMPopovsimeonoff
authored
fix(dialog): Reset letter-spacing for all nested elements inside the dialog-content. (#10113)
Co-authored-by: MPopov <[email protected]> Co-authored-by: Simeon Simeonoff <[email protected]>
1 parent 525fa6b commit 43a7f49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/dialog/_dialog-theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,5 +221,9 @@
221221
@include igx-type-style($type-scale, $content) {
222222
margin: 0;
223223
}
224+
225+
> * {
226+
letter-spacing: normal;
227+
}
224228
}
225229
}

0 commit comments

Comments
 (0)