Browse Source

.left class makes daterangepicker plugin unusable on mobile devices

pull/667/head
Erman Gülhan 7 years ago
parent
commit
622ed7a89a
  1. 3
      src/scss/custom.scss

3
src/scss/custom.scss

@ -3480,6 +3480,9 @@ a.hiddenanchor {
.left {
float: left;
}
.calendar.left {
float: initial !important;
}
.alignleft {
float: left;
margin-right: 15px;

Loading…
Cancel
Save