@layerfi/components 0.1.92-alpha.3 → 0.1.93-alpha

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
@@ -949,6 +949,7 @@
949
949
  font-family: inherit;
950
950
  font-feature-settings: inherit;
951
951
  font-weight: 500;
952
+ width: 100%;
952
953
  line-height: normal;
953
954
  letter-spacing: -0.06px;
954
955
  cursor: pointer;
@@ -5891,27 +5892,6 @@ tbody .Layer__table__empty-row:first-child {
5891
5892
  color: var(--color-info-error-fg);
5892
5893
  background: var(--color-info-error-bg);
5893
5894
  }
5894
- @container (max-width: 760px) {
5895
- .Layer__bookkeeping-status-report-row {
5896
- flex-direction: column;
5897
- align-items: flex-start;
5898
- padding: var(--spacing-md);
5899
- }
5900
- .Layer__bookkeeping-status-report-row .Layer__bookkeeping-status-report-row-text {
5901
- text-align: left;
5902
- max-width: 300px;
5903
- }
5904
- .Layer__bookkeeping-status-report-row .Layer__header__col {
5905
- min-height: 0;
5906
- width: 100%;
5907
- justify-content: space-between;
5908
- flex-wrap: wrap;
5909
- }
5910
- }
5911
- .Layer__bookkeeping-status-report-row-text {
5912
- max-width: 350px;
5913
- text-align: right;
5914
- }
5915
5895
  .Layer__tabs__container {
5916
5896
  scrollbar-width: thin;
5917
5897
  scrollbar-color: var(--color-base-200) var(--color-base-50);