@syncfusion/ej2-vue-schedule 21.1.37 → 21.1.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -776,7 +776,9 @@
776
776
  }
777
777
  .e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
778
778
  height: 100%;
779
- width: 10px;
779
+ min-width: 1px;
780
+ max-width: 10px;
781
+ width: 20%;
780
782
  }
781
783
  .e-schedule .e-event-resize.e-left-handler {
782
784
  cursor: ew-resize;
@@ -789,7 +791,9 @@
789
791
  right: 0;
790
792
  }
791
793
  .e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
792
- height: 10px;
794
+ min-height: 1px;
795
+ max-height: 10px;
796
+ height: 20%;
793
797
  width: 100%;
794
798
  }
795
799
  .e-schedule .e-event-resize.e-top-handler {
@@ -3917,7 +3921,9 @@
3917
3921
  background: #007bff;
3918
3922
  border-radius: 50%;
3919
3923
  color: #fff;
3920
- width: 20px;
3924
+ min-width: 20px;
3925
+ padding: 0 4px;
3926
+ width: fit-content;
3921
3927
  }
3922
3928
  .e-schedule .e-month-view .e-selected-cell,
3923
3929
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3947,7 +3953,7 @@
3947
3953
  border-width: 0;
3948
3954
  }
3949
3955
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3950
- width: 24px;
3956
+ min-width: 24px;
3951
3957
  }
3952
3958
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3953
3959
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -750,7 +750,9 @@
750
750
  }
751
751
  .e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
752
752
  height: 100%;
753
- width: 10px;
753
+ min-width: 1px;
754
+ max-width: 10px;
755
+ width: 20%;
754
756
  }
755
757
  .e-schedule .e-event-resize.e-left-handler {
756
758
  cursor: ew-resize;
@@ -763,7 +765,9 @@
763
765
  right: 0;
764
766
  }
765
767
  .e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
766
- height: 10px;
768
+ min-height: 1px;
769
+ max-height: 10px;
770
+ height: 20%;
767
771
  width: 100%;
768
772
  }
769
773
  .e-schedule .e-event-resize.e-top-handler {
@@ -3891,7 +3895,9 @@
3891
3895
  background: #0d6efd;
3892
3896
  border-radius: 50%;
3893
3897
  color: #212529;
3894
- width: 20px;
3898
+ min-width: 20px;
3899
+ padding: 0 4px;
3900
+ width: fit-content;
3895
3901
  }
3896
3902
  .e-schedule .e-month-view .e-selected-cell,
3897
3903
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3921,7 +3927,7 @@
3921
3927
  border-width: 0;
3922
3928
  }
3923
3929
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3924
- width: 24px;
3930
+ min-width: 24px;
3925
3931
  }
3926
3932
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3927
3933
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -750,7 +750,9 @@
750
750
  }
751
751
  .e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
752
752
  height: 100%;
753
- width: 10px;
753
+ min-width: 1px;
754
+ max-width: 10px;
755
+ width: 20%;
754
756
  }
755
757
  .e-schedule .e-event-resize.e-left-handler {
756
758
  cursor: ew-resize;
@@ -763,7 +765,9 @@
763
765
  right: 0;
764
766
  }
765
767
  .e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
766
- height: 10px;
768
+ min-height: 1px;
769
+ max-height: 10px;
770
+ height: 20%;
767
771
  width: 100%;
768
772
  }
769
773
  .e-schedule .e-event-resize.e-top-handler {
@@ -3891,7 +3895,9 @@
3891
3895
  background: #0d6efd;
3892
3896
  border-radius: 50%;
3893
3897
  color: #fff;
3894
- width: 20px;
3898
+ min-width: 20px;
3899
+ padding: 0 4px;
3900
+ width: fit-content;
3895
3901
  }
3896
3902
  .e-schedule .e-month-view .e-selected-cell,
3897
3903
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3921,7 +3927,7 @@
3921
3927
  border-width: 0;
3922
3928
  }
3923
3929
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3924
- width: 24px;
3930
+ min-width: 24px;
3925
3931
  }
3926
3932
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3927
3933
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -664,7 +664,9 @@
664
664
  }
665
665
  .e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
666
666
  height: 100%;
667
- width: 10px;
667
+ min-width: 1px;
668
+ max-width: 10px;
669
+ width: 20%;
668
670
  }
669
671
  .e-schedule .e-event-resize.e-left-handler {
670
672
  cursor: ew-resize;
@@ -677,7 +679,9 @@
677
679
  right: 0;
678
680
  }
679
681
  .e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
680
- height: 10px;
682
+ min-height: 1px;
683
+ max-height: 10px;
684
+ height: 20%;
681
685
  width: 100%;
682
686
  }
683
687
  .e-schedule .e-event-resize.e-top-handler {
@@ -3805,7 +3809,9 @@
3805
3809
  background: #0074cc;
3806
3810
  border-radius: 50%;
3807
3811
  color: #fff;
3808
- width: 20px;
3812
+ min-width: 20px;
3813
+ padding: 0 4px;
3814
+ width: fit-content;
3809
3815
  }
3810
3816
  .e-schedule .e-month-view .e-selected-cell,
3811
3817
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3835,7 +3841,7 @@
3835
3841
  border-width: 0;
3836
3842
  }
3837
3843
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3838
- width: 24px;
3844
+ min-width: 24px;
3839
3845
  }
3840
3846
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3841
3847
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -659,7 +659,9 @@
659
659
  }
660
660
  .e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
661
661
  height: 100%;
662
- width: 10px;
662
+ min-width: 1px;
663
+ max-width: 10px;
664
+ width: 20%;
663
665
  }
664
666
  .e-schedule .e-event-resize.e-left-handler {
665
667
  cursor: ew-resize;
@@ -672,7 +674,9 @@
672
674
  right: 0;
673
675
  }
674
676
  .e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
675
- height: 10px;
677
+ min-height: 1px;
678
+ max-height: 10px;
679
+ height: 20%;
676
680
  width: 100%;
677
681
  }
678
682
  .e-schedule .e-event-resize.e-top-handler {
@@ -3800,7 +3804,9 @@
3800
3804
  background: #0078d6;
3801
3805
  border-radius: 50%;
3802
3806
  color: #fff;
3803
- width: 20px;
3807
+ min-width: 20px;
3808
+ padding: 0 4px;
3809
+ width: fit-content;
3804
3810
  }
3805
3811
  .e-schedule .e-month-view .e-selected-cell,
3806
3812
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3830,7 +3836,7 @@
3830
3836
  border-width: 0;
3831
3837
  }
3832
3838
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3833
- width: 24px;
3839
+ min-width: 24px;
3834
3840
  }
3835
3841
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3836
3842
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -727,7 +727,9 @@
727
727
  }
728
728
  .e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
729
729
  height: 100%;
730
- width: 10px;
730
+ min-width: 1px;
731
+ max-width: 10px;
732
+ width: 20%;
731
733
  }
732
734
  .e-schedule .e-event-resize.e-left-handler {
733
735
  cursor: ew-resize;
@@ -740,7 +742,9 @@
740
742
  right: 0;
741
743
  }
742
744
  .e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
743
- height: 10px;
745
+ min-height: 1px;
746
+ max-height: 10px;
747
+ height: 20%;
744
748
  width: 100%;
745
749
  }
746
750
  .e-schedule .e-event-resize.e-top-handler {
@@ -3868,7 +3872,9 @@
3868
3872
  background: #0078d4;
3869
3873
  border-radius: 50%;
3870
3874
  color: #1b1a19;
3871
- width: 20px;
3875
+ min-width: 20px;
3876
+ padding: 0 4px;
3877
+ width: fit-content;
3872
3878
  }
3873
3879
  .e-schedule .e-month-view .e-selected-cell,
3874
3880
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3898,7 +3904,7 @@
3898
3904
  border-width: 0;
3899
3905
  }
3900
3906
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3901
- width: 24px;
3907
+ min-width: 24px;
3902
3908
  }
3903
3909
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3904
3910
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -727,7 +727,9 @@
727
727
  }
728
728
  .e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
729
729
  height: 100%;
730
- width: 10px;
730
+ min-width: 1px;
731
+ max-width: 10px;
732
+ width: 20%;
731
733
  }
732
734
  .e-schedule .e-event-resize.e-left-handler {
733
735
  cursor: ew-resize;
@@ -740,7 +742,9 @@
740
742
  right: 0;
741
743
  }
742
744
  .e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
743
- height: 10px;
745
+ min-height: 1px;
746
+ max-height: 10px;
747
+ height: 20%;
744
748
  width: 100%;
745
749
  }
746
750
  .e-schedule .e-event-resize.e-top-handler {
@@ -3868,7 +3872,9 @@
3868
3872
  background: #0078d4;
3869
3873
  border-radius: 50%;
3870
3874
  color: #fff;
3871
- width: 20px;
3875
+ min-width: 20px;
3876
+ padding: 0 4px;
3877
+ width: fit-content;
3872
3878
  }
3873
3879
  .e-schedule .e-month-view .e-selected-cell,
3874
3880
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3898,7 +3904,7 @@
3898
3904
  border-width: 0;
3899
3905
  }
3900
3906
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3901
- width: 24px;
3907
+ min-width: 24px;
3902
3908
  }
3903
3909
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3904
3910
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -741,7 +741,9 @@
741
741
  }
742
742
  .e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
743
743
  height: 100%;
744
- width: 10px;
744
+ min-width: 1px;
745
+ max-width: 10px;
746
+ width: 20%;
745
747
  }
746
748
  .e-schedule .e-event-resize.e-left-handler {
747
749
  cursor: ew-resize;
@@ -754,7 +756,9 @@
754
756
  right: 0;
755
757
  }
756
758
  .e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
757
- height: 10px;
759
+ min-height: 1px;
760
+ max-height: 10px;
761
+ height: 20%;
758
762
  width: 100%;
759
763
  }
760
764
  .e-schedule .e-event-resize.e-top-handler {
@@ -3882,7 +3886,9 @@
3882
3886
  background: transparent;
3883
3887
  border-radius: 50%;
3884
3888
  color: #fff;
3885
- width: 20px;
3889
+ min-width: 20px;
3890
+ padding: 0 4px;
3891
+ width: fit-content;
3886
3892
  }
3887
3893
  .e-schedule .e-month-view .e-selected-cell,
3888
3894
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3912,7 +3918,7 @@
3912
3918
  border-width: 0;
3913
3919
  }
3914
3920
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3915
- width: 24px;
3921
+ min-width: 24px;
3916
3922
  }
3917
3923
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3918
3924
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -745,7 +745,9 @@
745
745
  }
746
746
  .e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
747
747
  height: 100%;
748
- width: 10px;
748
+ min-width: 1px;
749
+ max-width: 10px;
750
+ width: 20%;
749
751
  }
750
752
  .e-schedule .e-event-resize.e-left-handler {
751
753
  cursor: ew-resize;
@@ -758,7 +760,9 @@
758
760
  right: 0;
759
761
  }
760
762
  .e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
761
- height: 10px;
763
+ min-height: 1px;
764
+ max-height: 10px;
765
+ height: 20%;
762
766
  width: 100%;
763
767
  }
764
768
  .e-schedule .e-event-resize.e-top-handler {
@@ -3886,7 +3890,9 @@
3886
3890
  background: transparent;
3887
3891
  border-radius: 50%;
3888
3892
  color: #ffd939;
3889
- width: 20px;
3893
+ min-width: 20px;
3894
+ padding: 0 4px;
3895
+ width: fit-content;
3890
3896
  }
3891
3897
  .e-schedule .e-month-view .e-selected-cell,
3892
3898
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3916,7 +3922,7 @@
3916
3922
  border-width: 0;
3917
3923
  }
3918
3924
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3919
- width: 24px;
3925
+ min-width: 24px;
3920
3926
  }
3921
3927
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3922
3928
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -686,7 +686,9 @@
686
686
  }
687
687
  .e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
688
688
  height: 100%;
689
- width: 10px;
689
+ min-width: 1px;
690
+ max-width: 10px;
691
+ width: 20%;
690
692
  }
691
693
  .e-schedule .e-event-resize.e-left-handler {
692
694
  cursor: ew-resize;
@@ -699,7 +701,9 @@
699
701
  right: 0;
700
702
  }
701
703
  .e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
702
- height: 10px;
704
+ min-height: 1px;
705
+ max-height: 10px;
706
+ height: 20%;
703
707
  width: 100%;
704
708
  }
705
709
  .e-schedule .e-event-resize.e-top-handler {
@@ -3827,7 +3831,9 @@
3827
3831
  background: #00b0ff;
3828
3832
  border-radius: 50%;
3829
3833
  color: #000;
3830
- width: 20px;
3834
+ min-width: 20px;
3835
+ padding: 0 4px;
3836
+ width: fit-content;
3831
3837
  }
3832
3838
  .e-schedule .e-month-view .e-selected-cell,
3833
3839
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3857,7 +3863,7 @@
3857
3863
  border-width: 0;
3858
3864
  }
3859
3865
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3860
- width: 24px;
3866
+ min-width: 24px;
3861
3867
  }
3862
3868
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3863
3869
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -722,7 +722,9 @@
722
722
  }
723
723
  .e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
724
724
  height: 100%;
725
- width: 10px;
725
+ min-width: 1px;
726
+ max-width: 10px;
727
+ width: 20%;
726
728
  }
727
729
  .e-schedule .e-event-resize.e-left-handler {
728
730
  cursor: ew-resize;
@@ -735,7 +737,9 @@
735
737
  right: 0;
736
738
  }
737
739
  .e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
738
- height: 10px;
740
+ min-height: 1px;
741
+ max-height: 10px;
742
+ height: 20%;
739
743
  width: 100%;
740
744
  }
741
745
  .e-schedule .e-event-resize.e-top-handler {
@@ -3863,7 +3867,9 @@
3863
3867
  background: #e3165b;
3864
3868
  border-radius: 50%;
3865
3869
  color: #fff;
3866
- width: 20px;
3870
+ min-width: 20px;
3871
+ padding: 0 4px;
3872
+ width: fit-content;
3867
3873
  }
3868
3874
  .e-schedule .e-month-view .e-selected-cell,
3869
3875
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3893,7 +3899,7 @@
3893
3899
  border-width: 0;
3894
3900
  }
3895
3901
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3896
- width: 24px;
3902
+ min-width: 24px;
3897
3903
  }
3898
3904
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3899
3905
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -692,7 +692,9 @@
692
692
  }
693
693
  .e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
694
694
  height: 100%;
695
- width: 10px;
695
+ min-width: 1px;
696
+ max-width: 10px;
697
+ width: 20%;
696
698
  }
697
699
  .e-schedule .e-event-resize.e-left-handler {
698
700
  cursor: ew-resize;
@@ -705,7 +707,9 @@
705
707
  right: 0;
706
708
  }
707
709
  .e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
708
- height: 10px;
710
+ min-height: 1px;
711
+ max-height: 10px;
712
+ height: 20%;
709
713
  width: 100%;
710
714
  }
711
715
  .e-schedule .e-event-resize.e-top-handler {
@@ -3833,7 +3837,9 @@
3833
3837
  background: #22d3ee;
3834
3838
  border-radius: 50%;
3835
3839
  color: #000;
3836
- width: 20px;
3840
+ min-width: 20px;
3841
+ padding: 0 4px;
3842
+ width: fit-content;
3837
3843
  }
3838
3844
  .e-schedule .e-month-view .e-selected-cell,
3839
3845
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3863,7 +3869,7 @@
3863
3869
  border-width: 0;
3864
3870
  }
3865
3871
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3866
- width: 24px;
3872
+ min-width: 24px;
3867
3873
  }
3868
3874
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3869
3875
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -692,7 +692,9 @@
692
692
  }
693
693
  .e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
694
694
  height: 100%;
695
- width: 10px;
695
+ min-width: 1px;
696
+ max-width: 10px;
697
+ width: 20%;
696
698
  }
697
699
  .e-schedule .e-event-resize.e-left-handler {
698
700
  cursor: ew-resize;
@@ -705,7 +707,9 @@
705
707
  right: 0;
706
708
  }
707
709
  .e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
708
- height: 10px;
710
+ min-height: 1px;
711
+ max-height: 10px;
712
+ height: 20%;
709
713
  width: 100%;
710
714
  }
711
715
  .e-schedule .e-event-resize.e-top-handler {
@@ -3833,7 +3837,9 @@
3833
3837
  background: #4f46e5;
3834
3838
  border-radius: 50%;
3835
3839
  color: #fff;
3836
- width: 20px;
3840
+ min-width: 20px;
3841
+ padding: 0 4px;
3842
+ width: fit-content;
3837
3843
  }
3838
3844
  .e-schedule .e-month-view .e-selected-cell,
3839
3845
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3863,7 +3869,7 @@
3863
3869
  border-width: 0;
3864
3870
  }
3865
3871
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3866
- width: 24px;
3872
+ min-width: 24px;
3867
3873
  }
3868
3874
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3869
3875
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -693,7 +693,9 @@
693
693
  }
694
694
  .e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
695
695
  height: 100%;
696
- width: 10px;
696
+ min-width: 1px;
697
+ max-width: 10px;
698
+ width: 20%;
697
699
  }
698
700
  .e-schedule .e-event-resize.e-left-handler {
699
701
  cursor: ew-resize;
@@ -706,7 +708,9 @@
706
708
  right: 0;
707
709
  }
708
710
  .e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
709
- height: 10px;
711
+ min-height: 1px;
712
+ max-height: 10px;
713
+ height: 20%;
710
714
  width: 100%;
711
715
  }
712
716
  .e-schedule .e-event-resize.e-top-handler {
@@ -3834,7 +3838,9 @@
3834
3838
  background: #22d3ee;
3835
3839
  border-radius: 50%;
3836
3840
  color: #000;
3837
- width: 20px;
3841
+ min-width: 20px;
3842
+ padding: 0 4px;
3843
+ width: fit-content;
3838
3844
  }
3839
3845
  .e-schedule .e-month-view .e-selected-cell,
3840
3846
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3864,7 +3870,7 @@
3864
3870
  border-width: 0;
3865
3871
  }
3866
3872
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3867
- width: 24px;
3873
+ min-width: 24px;
3868
3874
  }
3869
3875
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3870
3876
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,
@@ -693,7 +693,9 @@
693
693
  }
694
694
  .e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
695
695
  height: 100%;
696
- width: 10px;
696
+ min-width: 1px;
697
+ max-width: 10px;
698
+ width: 20%;
697
699
  }
698
700
  .e-schedule .e-event-resize.e-left-handler {
699
701
  cursor: ew-resize;
@@ -706,7 +708,9 @@
706
708
  right: 0;
707
709
  }
708
710
  .e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
709
- height: 10px;
711
+ min-height: 1px;
712
+ max-height: 10px;
713
+ height: 20%;
710
714
  width: 100%;
711
715
  }
712
716
  .e-schedule .e-event-resize.e-top-handler {
@@ -3834,7 +3838,9 @@
3834
3838
  background: #4f46e5;
3835
3839
  border-radius: 50%;
3836
3840
  color: #fff;
3837
- width: 20px;
3841
+ min-width: 20px;
3842
+ padding: 0 4px;
3843
+ width: fit-content;
3838
3844
  }
3839
3845
  .e-schedule .e-month-view .e-selected-cell,
3840
3846
  .e-schedule .e-month-agenda-view .e-selected-cell {
@@ -3864,7 +3870,7 @@
3864
3870
  border-width: 0;
3865
3871
  }
3866
3872
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3867
- width: 24px;
3873
+ min-width: 24px;
3868
3874
  }
3869
3875
  .e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
3870
3876
  .e-schedule .e-timeline-view .e-content-wrap table td:first-child,