mirror of https://github.com/ColorlibHQ/gentelella
Merge pull request #667 from egulhan/issue-663-daterangepicker-usage-problem
.left class makes daterangepicker plugin unusable on mobile devicespull/693/head
commit
d37bab8c82
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue