@syncfusion/ej2-vue-schedule 21.1.38 → 21.1.41

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.
@@ -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 {
@@ -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 {