@swisspost/design-system-styles 7.2.0 → 7.2.1

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.
@@ -66,6 +66,8 @@ ngb-datepicker .ngb-dp-arrow {
66
66
  .form-select {
67
67
  background-color: transparent;
68
68
  font: inherit;
69
+ min-width: -moz-fit-content;
70
+ min-width: fit-content;
69
71
  }
70
72
  }
71
73
 
@@ -182,7 +184,7 @@ span.ngb-dp-navigation-chevron {
182
184
  }
183
185
 
184
186
  .form-control-sm ~ .ngb-dp-open {
185
- height: calc(#{forms.$form-floating-label-height-sm} - #{forms.$input-border-width * 2});
187
+ height: forms.$input-height-sm;
186
188
  }
187
189
 
188
190
  input[ngbDatepicker] {