mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 16:30:37 -05:00
🐛 Add ellipsis to layer title text when inspecting shape
This commit is contained in:
parent
35d8fd9d97
commit
610f5dc5f7
1 changed files with 3 additions and 1 deletions
|
@ -28,7 +28,8 @@
|
|||
}
|
||||
|
||||
.shape-row {
|
||||
display: flex;
|
||||
display: grid;
|
||||
grid-template-columns: auto 1fr;
|
||||
gap: $s-8;
|
||||
align-items: center;
|
||||
height: $s-32;
|
||||
|
@ -46,6 +47,7 @@
|
|||
|
||||
.layer-title {
|
||||
@include titleTipography;
|
||||
@include text-ellipsis;
|
||||
height: $s-32;
|
||||
padding: $s-8 0;
|
||||
color: var(--assets-item-name-foreground-color-rest);
|
||||
|
|
Loading…
Reference in a new issue