Make toolbar take up 100% or close to it

pull/4108/head
Isaac Connor 2024-08-01 09:59:32 -04:00
parent 346e04a1c0
commit 235e788aba
1 changed files with 10 additions and 0 deletions

View File

@ -77,3 +77,13 @@ body.sticky #eventTable thead {
.term-value, .chosen-container{
width: 100% !important;
}
.bs-bars {
width: 100%;
}
#toolbar .row {
width: 100%;
}
#toolbar .row >div {
padding: 0;
}