Move remove row button to the right and show button on previews

This commit is contained in:
Paul Chavard 2019-02-07 13:10:29 +01:00
parent 026b6790f2
commit f5c9b55c59
2 changed files with 14 additions and 3 deletions

View file

@ -32,6 +32,10 @@
&.column {
flex-direction: column;
}
&.row-reverse {
flex-direction: row-reverse;
}
}
.flex-grow {