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-length {
|
||||
float: left;
|
||||
|
||||
label {
|
||||
display: none;
|
||||
}
|
||||
.dt-container {
|
||||
// Remove unnecessary horizontal paddings for content
|
||||
.row > * {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.dt-search {
|
||||
float: left;
|
||||
width: 100%;
|
||||
// In smaller viewport, clean up top bar (entries per page and search)
|
||||
@include media-breakpoint-down(md) {
|
||||
.dt-length {
|
||||
float: left;
|
||||
|
||||
label {
|
||||
display: none;
|
||||
label {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
input {
|
||||
margin-left: 0 !important;
|
||||
width: 100% !important;
|
||||
.dt-search {
|
||||
float: left;
|
||||
width: 100%;
|
||||
|
||||
label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
input {
|
||||
margin-left: 0 !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user