0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -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;
font-weight: bold;
margin-bottom: 5px;
overflow-x: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.element-subtitle {