Skip to content

Commit 4712026

Browse files
authored
Merge pull request #7906 from IgniteUI/SIvanova/IE11-fix-dialog-sizing
fix(dialog): wrong sizing in IE11
2 parents 1822953 + 3ed6a50 commit 4712026

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,16 @@
164164
color: --var($theme, 'message-color');
165165
max-width: 40ch;
166166
padding: $dialog-message-padding;
167+
168+
@media all and (-ms-high-contrast: none)
169+
{
170+
max-width: map-get((
171+
material: 62ch,
172+
fluent: 48ch,
173+
bootstrap: 60ch,
174+
indigo-design: 48ch,
175+
), $variant);
176+
}
167177
}
168178

169179
%igx-dialog-actions {

0 commit comments

Comments
 (0)