0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00

fix syule bug at layer section

This commit is contained in:
Juan de la Cruz 2016-01-21 07:47:48 +01:00
parent af7ec3319c
commit c2bc392178

View file

@ -193,6 +193,10 @@
.element-list {
margin: 0;
width: 100%;
ul {
margin: 0;
}
li {
box-sizing: border-box;