0
Fork 0
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:
Juan de la Cruz 2016-02-20 22:30:33 +01:00
parent 8f17ee1fc5
commit f3d268a764

View file

@ -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 {