add space to deleted_dossier cells

This commit is contained in:
Christophe Robillard 2020-03-24 10:34:57 +01:00
parent 459153978d
commit 73d7ef4436
2 changed files with 5 additions and 1 deletions

View file

@ -32,6 +32,10 @@
display: block;
}
.deleted-cell {
padding: (2 * $default-spacer) $default-spacer;
}
.icon.folder {
position: relative;