Merge pull request #667 from egulhan/issue-663-daterangepicker-usage-problem

.left class makes daterangepicker plugin unusable on mobile devices
pull/693/head
AndreiCN 2018-03-29 17:32:16 +03:00 committed by GitHub
commit d37bab8c82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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