.left class makes daterangepicker plugin unusable on mobile devices

pull/667/head
Erman Gülhan 2018-03-21 17:27:06 +03:00
parent 6f12d36249
commit 622ed7a89a
1 changed files with 3 additions and 0 deletions

View File

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