mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 05:46:44 +02:00
🐛 Fix color name in circle bullets spanning over more than 2 lines
This commit is contained in:
parent
258aaf81d5
commit
f8ca4c4343
3 changed files with 3 additions and 2 deletions
|
@ -88,7 +88,6 @@
|
|||
@include twoLineTextEllipsis;
|
||||
line-height: 1;
|
||||
color: var(--palette-text-color);
|
||||
height: $s-28;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
}
|
||||
|
||||
.color-palette-content {
|
||||
overflow: hidden;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.color-palette-inside {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue