@rogieking/figui3 8.9.42 → 8.9.43

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/components.css CHANGED
@@ -1372,7 +1372,6 @@ fig-avatar,
1372
1372
  height: var(--size);
1373
1373
  position: absolute;
1374
1374
  border-radius: 100%;
1375
- box-shadow: inset 0 0 0 1px var(--figma-color-bordertranslucent);
1376
1375
  &:not([src]) {
1377
1376
  background: var(--checkerboard);
1378
1377
  }
@@ -3515,9 +3514,12 @@ fig-header {
3515
3514
  & > h3:first-child{
3516
3515
  flex: 1 1 auto;
3517
3516
  min-width: 0;
3518
- display: flex;
3519
- align-items: center;
3517
+ display: block;
3520
3518
  padding-left: var(--spacer-2);
3519
+ text-overflow: ellipsis;
3520
+ overflow: hidden;
3521
+ white-space: nowrap;
3522
+ max-width: 100%;
3521
3523
  }
3522
3524
 
3523
3525
  span, label{