fix bulk edit styles

This commit is contained in:
checktheroads
2021-04-22 18:58:36 -07:00
parent 5bb7bf8947
commit 16b57193f1
2 changed files with 10 additions and 6 deletions

View File

@@ -186,6 +186,9 @@ pre {
.card-header + .card-body {
padding-top: 0;
}
.card-body {
overflow-x: auto;
}
}
.form-floating {