Make toolbar take up 100% or close to it
parent
346e04a1c0
commit
235e788aba
|
@ -77,3 +77,13 @@ body.sticky #eventTable thead {
|
||||||
.term-value, .chosen-container{
|
.term-value, .chosen-container{
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bs-bars {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
#toolbar .row {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
#toolbar .row >div {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue