switch flex direction

This commit is contained in:
ReznoRMichael 2022-01-03 21:29:49 +01:00
parent 41fbae8ac8
commit 4e38872f42
3 changed files with 3 additions and 3 deletions

View file

@ -529,7 +529,7 @@ input[type="file"] {
.input-buttons { .input-buttons {
display: flex; display: flex;
flex-direction: column; flex-direction: row;
} }
.tab-switch-buttons { .tab-switch-buttons {

File diff suppressed because one or more lines are too long

View file

@ -354,7 +354,7 @@ input[type="file"] {
.input-buttons { .input-buttons {
display: flex; display: flex;
flex-direction: column; flex-direction: row;
} }
.tab-switch-buttons { .tab-switch-buttons {