mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -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 {
|
.shape-row {
|
||||||
display: flex;
|
display: grid;
|
||||||
|
grid-template-columns: auto 1fr;
|
||||||
gap: $s-8;
|
gap: $s-8;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: $s-32;
|
height: $s-32;
|
||||||
|
@ -46,6 +47,7 @@
|
||||||
|
|
||||||
.layer-title {
|
.layer-title {
|
||||||
@include titleTipography;
|
@include titleTipography;
|
||||||
|
@include text-ellipsis;
|
||||||
height: $s-32;
|
height: $s-32;
|
||||||
padding: $s-8 0;
|
padding: $s-8 0;
|
||||||
color: var(--assets-item-name-foreground-color-rest);
|
color: var(--assets-item-name-foreground-color-rest);
|
||||||
|
|
Loading…
Reference in a new issue