mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 04:31:38 +02:00
🐛 Color name overflows when it is too large
This commit is contained in:
parent
f7f077adb3
commit
15deeacb5e
1 changed files with 2 additions and 6 deletions
|
@ -49,13 +49,9 @@
|
||||||
}
|
}
|
||||||
.color-name {
|
.color-name {
|
||||||
@include titleTipography;
|
@include titleTipography;
|
||||||
display: flex;
|
@include textEllipsis;
|
||||||
align-items: center;
|
padding-inline: $s-6;
|
||||||
height: $s-28;
|
|
||||||
padding-left: $s-6;
|
|
||||||
border-radius: $br-8;
|
border-radius: $br-8;
|
||||||
width: 100%;
|
|
||||||
flex-grow: 1;
|
|
||||||
color: var(--input-foreground-color-active);
|
color: var(--input-foreground-color-active);
|
||||||
}
|
}
|
||||||
.detach-btn {
|
.detach-btn {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue