Skip to content

Commit b38ddc8

Browse files
authored
Merge pull request #7908 from IgniteUI/SIvanova/IE11-fix-dialog-sizing-9.1.x
fix(dialog): wrong sizing in IE11 (9.1.x)
2 parents c2c9b5d + 3af070f commit b38ddc8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,15 @@
161161
color: --var($theme, 'message-color');
162162
max-width: 40ch;
163163
padding: $dialog-message-padding;
164+
165+
@media all and (-ms-high-contrast: none)
166+
{
167+
max-width: map-get((
168+
material: 62ch,
169+
fluent: 48ch,
170+
bootstrap: 60ch,
171+
), $variant);
172+
}
164173
}
165174

166175
%igx-dialog-actions {

0 commit comments

Comments
 (0)