Skip to content

Commit 9176509

Browse files
Merge branch '9.1.x' into ibarakov/fix-7899-9.1.x
2 parents 43a0ff8 + b38ddc8 commit 9176509

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)