mirror of
https://github.com/penpot/penpot.git
synced 2025-01-27 00:49:28 -05:00
fix element title bug
This commit is contained in:
parent
8f17ee1fc5
commit
f3d268a764
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@
|
||||||
color: $color-gray-dark;
|
color: $color-gray-dark;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
overflow-x: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.element-subtitle {
|
.element-subtitle {
|
||||||
|
|
Loading…
Add table
Reference in a new issue