wrap buttons

This commit is contained in:
ReznoRMichael 2022-01-11 18:42:08 +01:00
parent 26edfc4c2d
commit 75049e2fd1
3 changed files with 3 additions and 1 deletions

View file

@ -532,6 +532,7 @@ input[type="file"] {
.input-buttons {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: inherit;
}

File diff suppressed because one or more lines are too long

View file

@ -356,6 +356,7 @@ input[type="file"] {
.input-buttons {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: inherit;
}