@ons/design-system 45.0.3 → 45.1.3

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.
@@ -11,9 +11,7 @@
11
11
  .ons-field-group,
12
12
  .ons-fieldset,
13
13
  .ons-input-items,
14
- .ons-panel:not(.ons-panel--bare),
15
- .ons-summary__group,
16
- .ons-collapsible:not(.ons-collapsible--accordion) {
14
+ .ons-summary__group {
17
15
  margin-top: 1.5rem;
18
16
  }
19
17
  }
@@ -27,5 +27,5 @@
27
27
 
28
28
  // Set an element's width to be auto at specified breakpoint
29
29
  @include bp-suffix(ons-u-wa--) {
30
- width: auto;
30
+ width: auto !important;
31
31
  }