I try to use DT with Filter option in Bookdown. I changed page width with CSS.
But when I open filter(noUiSlider) option in DT, last variable's filter doesn't seem properly. Are there any CSS options to turn the filter towards the left side?
CSS
.book .book-body .page-wrapper .page-inner {
max-width: 1150px;
margin: 0 auto;
padding: 20px 0 40px;
}