wrap buttons
This commit is contained in:
parent
26edfc4c2d
commit
75049e2fd1
3 changed files with 3 additions and 1 deletions
|
|
@ -532,6 +532,7 @@ input[type="file"] {
|
||||||
.input-buttons {
|
.input-buttons {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
align-items: inherit;
|
align-items: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -356,6 +356,7 @@ input[type="file"] {
|
||||||
.input-buttons {
|
.input-buttons {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
align-items: inherit;
|
align-items: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue