mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 02:38:23 +02:00
🐛 Fix problem with span overflow
This commit is contained in:
parent
54d9b02b4d
commit
4088e55c9f
6 changed files with 6 additions and 6 deletions
|
@ -212,7 +212,7 @@ span.element-name {
|
|||
max-width: 75%;
|
||||
min-width: 40px;
|
||||
min-height: 16px;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
flex: 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue