@layerfi/components 0.1.35 → 0.1.36

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.
@@ -4844,6 +4844,8 @@ tbody .Layer__table__empty-row:first-child {
4844
4844
  border-radius: var(--border-radius-sm);
4845
4845
  background: var(--base-transparent-1);
4846
4846
  transition: all 0.15s ease-out;
4847
+ min-width: 286px;
4848
+ box-sizing: border-box;
4847
4849
  }
4848
4850
  .Layer__linked-accounts__new-account.--as-widget {
4849
4851
  min-height: 90px;
@@ -4857,11 +4859,6 @@ tbody .Layer__table__empty-row:first-child {
4857
4859
  .Layer__linked-accounts__new-account:hover .Layer__linked-accounts__new-account-label {
4858
4860
  color: var(--color-base-800);
4859
4861
  }
4860
- @media screen and (max-width: 650px) {
4861
- .Layer__linked-accounts__new-account {
4862
- min-width: 150px;
4863
- }
4864
- }
4865
4862
  .Layer__linked-accounts__new-account .Layer__linked-accounts__new-account-label {
4866
4863
  display: flex;
4867
4864
  align-items: center;
@@ -4921,6 +4918,10 @@ tbody .Layer__table__empty-row:first-child {
4921
4918
  }
4922
4919
  .Layer__linked-account-thumb .topbar .account-name {
4923
4920
  flex: 1;
4921
+ text-overflow: ellipsis;
4922
+ white-space: nowrap;
4923
+ width: 200px;
4924
+ overflow: hidden;
4924
4925
  }
4925
4926
  .Layer__linked-account-thumb .middlebar {
4926
4927
  box-sizing: border-box;