mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 05:48:27 +02:00
🐛 Add ellipsis in long page names
This commit is contained in:
parent
636dbd4e57
commit
e09884af60
2 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,10 @@
|
|||
span {
|
||||
color: $color-gray-10;
|
||||
font-size: $fs14;
|
||||
max-width: 100%;
|
||||
overflow-x: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
span.tool-badge {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue