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