mirror of
https://github.com/penpot/penpot.git
synced 2026-05-07 09:08:33 +00:00
🐛 Add ellipsis in long page names
This commit is contained in:
parent
636dbd4e57
commit
e09884af60
@ -21,6 +21,7 @@
|
||||
|
||||
### :bug: Bugs fixed
|
||||
|
||||
- Fix ellipsis in long page names [Taiga #2962](https://tree.taiga.io/project/penpot/issue/2962)
|
||||
- Fix color palette animation [Taiga #2852](https://tree.taiga.io/project/penpot/issue/2852)
|
||||
- Fix display code icon on preview hover [Taiga #2838](https://tree.taiga.io/project/penpot/us/2838)
|
||||
|
||||
|
||||
@ -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…
x
Reference in New Issue
Block a user