mirror of
https://github.com/penpot/penpot.git
synced 2025-04-04 19:11:20 -05:00
🐛 Fix ellipsis in library color names
This commit is contained in:
parent
9645ffba40
commit
a873feab3d
1 changed files with 9 additions and 10 deletions
|
@ -72,16 +72,15 @@
|
|||
grid-template-columns: auto 1fr;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
.default-name-only,
|
||||
.name {
|
||||
color: var(--assets-item-name-foreground-color);
|
||||
margin-right: $s-6;
|
||||
@include textEllipsis;
|
||||
}
|
||||
.default-name {
|
||||
min-width: 0;
|
||||
color: var(--assets-item-name-foreground-color-rest);
|
||||
}
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
width: calc(var(--width) - $s-88);
|
||||
color: var(--assets-item-name-foreground-color-rest);
|
||||
}
|
||||
.name {
|
||||
color: var(--assets-item-name-foreground-color);
|
||||
margin-right: $s-6;
|
||||
}
|
||||
|
||||
.element-name {
|
||||
|
|
Loading…
Add table
Reference in a new issue