switch flex direction
This commit is contained in:
parent
41fbae8ac8
commit
4e38872f42
3 changed files with 3 additions and 3 deletions
|
|
@ -529,7 +529,7 @@ input[type="file"] {
|
|||
|
||||
.input-buttons {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.tab-switch-buttons {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -354,7 +354,7 @@ input[type="file"] {
|
|||
|
||||
.input-buttons {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.tab-switch-buttons {
|
||||
|
|
|
|||
Loading…
Reference in a new issue