pam-grid 1.0.6 → 1.0.7

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/index.css CHANGED
@@ -27605,6 +27605,13 @@ body:not(.modal-open) .layout-content-navbar .layout-navbar {
27605
27605
  gap: 10px;
27606
27606
  padding: 6px 7px;
27607
27607
  }
27608
+ .pam-dropdown-item-inner-rightSlot {
27609
+ display: flex;
27610
+ flex-direction: row;
27611
+ align-items: center;
27612
+ gap: 10px;
27613
+ padding: 6px 7px;
27614
+ }
27608
27615
  .pam-dropdown-item:hover {
27609
27616
  background: rgba(105, 108, 255, 0.08);
27610
27617
  }