Skip to content

Commit 3af070f

Browse files
committed
provide different dialog width for every theme
1 parent fb8a798 commit 3af070f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,11 @@
164164

165165
@media all and (-ms-high-contrast: none)
166166
{
167-
max-width: 60ch;
167+
max-width: map-get((
168+
material: 62ch,
169+
fluent: 48ch,
170+
bootstrap: 60ch,
171+
), $variant);
168172
}
169173
}
170174

0 commit comments

Comments
 (0)