Update Essence.
This commit is contained in:
39
scss/vendors/_datatables.scss
vendored
39
scss/vendors/_datatables.scss
vendored
@@ -1,23 +1,32 @@
|
|||||||
@include media-breakpoint-down(md) {
|
.dt-container {
|
||||||
.dt-length {
|
// Remove unnecessary horizontal paddings for content
|
||||||
float: left;
|
.row > * {
|
||||||
|
padding-left: 0;
|
||||||
label {
|
padding-right: 0;
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dt-search {
|
// In smaller viewport, clean up top bar (entries per page and search)
|
||||||
float: left;
|
@include media-breakpoint-down(md) {
|
||||||
width: 100%;
|
.dt-length {
|
||||||
|
float: left;
|
||||||
|
|
||||||
label {
|
label {
|
||||||
display: none;
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
.dt-search {
|
||||||
margin-left: 0 !important;
|
float: left;
|
||||||
width: 100% !important;
|
width: 100%;
|
||||||
|
|
||||||
|
label {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
margin-left: 0 !important;
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user