1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed comment form button order

This commit is contained in:
Fedor Katurov 2022-01-02 21:31:17 +07:00
parent 120bf8954c
commit 11a9aff8b6
2 changed files with 4 additions and 2 deletions

View file

@ -29,6 +29,8 @@
.button_column {
padding: $gap / 4;
display: flex;
flex-direction: row;
}
.uploads {