mirror of
https://github.com/penpot/penpot.git
synced 2025-07-30 09:38:33 +02:00
🐛 Add ellipsis in long labels for input fields
This commit is contained in:
parent
50d756b189
commit
503f0bee69
15 changed files with 100 additions and 29 deletions
|
@ -396,6 +396,11 @@ ul.slider-dots {
|
|||
text-align: right;
|
||||
top: 26%;
|
||||
width: 18px;
|
||||
|
||||
pointer-events: none;
|
||||
max-width: 4rem;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.after {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue