fix select2 and dropdown width for quick-entry form (#3188)

This commit is contained in:
Kevin Papst
2022-03-07 14:22:16 +01:00
committed by GitHub
parent b08c156552
commit 317ac59f47
10 changed files with 38 additions and 13 deletions

View File

@@ -52,4 +52,9 @@ form.form-narrow {
.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
background-color: #b8b8ff;
}
.duration-input {
min-width:50px;
padding: 6px;
}