perf(web): improve text input positioning in file menu

This commit is contained in:
2023-02-03 20:26:44 +03:00
parent 48475158f8
commit 371b091c10
2 changed files with 21 additions and 6 deletions
+15
View File
@@ -103,6 +103,21 @@ form {
min-height: 0;
}
.form-group.row {
margin-left: 0;
margin-right: 0;
}
.col-form-label {
flex: 0 0 auto;
margin-right: 10px;
}
.col-form-input {
flex: 1 1 auto;
min-width: 200px;
}
.list {
flex: 1 1 auto;
display: flex;