File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
projects/igniteui-angular/src/lib/core/styles/components Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 628
628
display : flex ;
629
629
justify-content : center ;
630
630
align-items : center ;
631
- flex-grow : 1 ;
632
- flex-basis : 14.28% ;
631
+ min-width : 14.28% ;
633
632
color : --var ($theme , ' content-text-color' );
634
633
cursor : pointer ;
635
634
outline : none ;
660
659
justify-content : center ;
661
660
align-items : center ;
662
661
width : $cal-value-w ;
662
+ min-width : $cal-value-w ;
663
663
height : $cal-value-h ;
664
- min-width : 2ch ;
665
664
border-radius : --var ($theme , ' date-border-radius' );
666
665
z-index : 0 ;
667
666
// transition: background .15s ease-out;
686
685
}
687
686
688
687
border-radius : 0 ;
689
- flex-basis : 14.28% ;
688
+ min-width : 14.28% ;
690
689
// 100 divided by the number of weekdays
691
690
692
691
@if $bootstrap-theme {
Original file line number Diff line number Diff line change 52
52
53
53
%cal-value {
54
54
color : --var ($theme , ' content-text-color' );
55
- flex-basis : 14.28% ;
55
+ min-width : 14.28% ;
56
56
57
57
@if $bootstrap-theme {
58
58
& :hover ,
You can’t perform that action at this time.
0 commit comments