@layerfi/components 0.1.57 → 0.1.58

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.
@@ -2862,6 +2862,8 @@ tbody .Layer__table__empty-row:first-child {
2862
2862
  .Layer__label {
2863
2863
  color: var(--color-base-500);
2864
2864
  font-variation-settings: "wght" var(--font-weight-normal);
2865
+ white-space: nowrap;
2866
+ overflow: hidden;
2865
2867
  }
2866
2868
  .Layer__flex-1 {
2867
2869
  flex: 1;
@@ -4870,6 +4872,9 @@ tbody .Layer__table__empty-row:first-child {
4870
4872
  position: relative;
4871
4873
  overflow: auto;
4872
4874
  }
4875
+ .Layer__component-container.Layer__journal .Layer__table-state-container {
4876
+ height: calc(100% - 160px);
4877
+ }
4873
4878
  @container (min-width: 1025px) {
4874
4879
  .Layer__component-container.Layer__journal {
4875
4880
  overflow: unset;