@appartmint/mint 2.1.7 → 2.1.9

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.
package/dist/css/mint.css CHANGED
@@ -3595,6 +3595,15 @@ a.mint-active .fa-vimeo {
3595
3595
  white-space: normal;
3596
3596
  }
3597
3597
  }
3598
+ @media (min-width: 768px) {
3599
+ .fc .fc-v-event .fc-event-title {
3600
+ font-size: 0.8em;
3601
+ }
3602
+ }
3603
+
3604
+ thead .fc-scroller {
3605
+ overflow: hidden !important;
3606
+ }
3598
3607
 
3599
3608
  :root:root {
3600
3609
  --mat-table-background-color: back;