Skip to content

Commit 81d3b25

Browse files
authored
Merge branch 'master' into 12.0.x
2 parents 4a2a5a2 + 07b7423 commit 81d3b25

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/calendar/_calendar-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@
408408
display: flex;
409409
flex-flow: column nowrap;
410410
width: 100%;
411+
min-width: 290px;
411412
background: --var($theme, 'content-background');
412413
outline: none;
413414
border-radius: --var($theme, 'border-radius');

projects/igniteui-angular/src/lib/core/styles/components/date-picker/_date-picker-theme.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
$bootstrap-theme: $variant == 'bootstrap';
2121

2222
%date-picker {
23-
min-width: 200px;
2423
box-shadow: igx-elevation($elevation: 24);
2524
border-radius: --var($theme, 'border-radius');
2625
background: --var($theme, 'content-background');

0 commit comments

Comments
 (0)