Fixed design issue when deleting css bug (#1480) Fixes #1475

This commit is contained in:
Levi Wilcox 2017-05-11 13:05:34 -07:00 committed by Leonardo Galli
commit a0486b54a6

View file

@ -33,8 +33,9 @@
} }
.delete-files-info { .delete-files-info {
margin-top : 10px; margin: 10px 0;
display : none; display: none;
float:none;
} }
} }