@oicl/openbridge-webcomponents 2.0.0-next.68 → 2.0.0-next.69

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.
@@ -206784,10 +206784,6 @@ const componentStyle$h = i$7`
206784
206784
  border-radius: 8px;
206785
206785
  }
206786
206786
 
206787
- .footer-container slot[name="buttons"]::slotted(:not(obc-button)) {
206788
- display: contents;
206789
- }
206790
-
206791
206787
  .footer-container slot[name="buttons"]::slotted(*) {
206792
206788
  display: flex;
206793
206789
  flex: 1 1 0px;
@@ -206795,6 +206791,13 @@ const componentStyle$h = i$7`
206795
206791
  white-space: nowrap;
206796
206792
  }
206797
206793
 
206794
+ .footer-container slot[name="buttons"]::slotted(:not(obc-button)) {
206795
+ display: grid;
206796
+ grid-auto-flow: column;
206797
+ grid-auto-columns: minmax(auto, 1fr);
206798
+ gap: var(--app-components-integration-system-menu-action-spacing);
206799
+ }
206800
+
206798
206801
  .buttons-slot {
206799
206802
  display: contents;
206800
206803
  }