@layerfi/components 0.1.29 → 0.1.31

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.
@@ -1500,9 +1500,6 @@
1500
1500
  width: calc(100% + 60px);
1501
1501
  margin-left: -30px;
1502
1502
  }
1503
- .Layer__category-menu {
1504
- width: 17rem;
1505
- }
1506
1503
  .Layer__category-menu.Layer__category-menu--full {
1507
1504
  width: 100%;
1508
1505
  max-width: 100%;
@@ -2604,7 +2601,7 @@
2604
2601
  flex: 1;
2605
2602
  color: var(--text-color-primary);
2606
2603
  white-space: nowrap;
2607
- max-width: 350px;
2604
+ padding-left: 10px;
2608
2605
  text-overflow: ellipsis;
2609
2606
  overflow: hidden;
2610
2607
  display: inline-flex;