Update Essence.
This commit is contained in:
9
scss/vendors/_datatables.scss
vendored
9
scss/vendors/_datatables.scss
vendored
@@ -1,3 +1,11 @@
|
|||||||
|
.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) {
|
@include media-breakpoint-down(md) {
|
||||||
.dt-length {
|
.dt-length {
|
||||||
float: left;
|
float: left;
|
||||||
@@ -21,3 +29,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user