mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 23:18:48 -05:00
🐛 Fix ellipsis on color row
This commit is contained in:
parent
8cc4ff0b4c
commit
7879d883cf
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
--detach-icon-foreground-color: none;
|
||||
|
||||
display: grid;
|
||||
flex: 1;
|
||||
grid-template-columns: 1fr auto;
|
||||
align-items: center;
|
||||
gap: $s-2;
|
||||
|
@ -42,10 +43,15 @@
|
|||
@extend .input-element;
|
||||
flex-grow: 1;
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
border-radius: $br-8 0 0 $br-8;
|
||||
padding: 0;
|
||||
margin-inline-end: 0;
|
||||
gap: $s-4;
|
||||
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
input {
|
||||
padding: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue