We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd1606 commit 5a67ff6Copy full SHA for 5a67ff6
Resources/public/daterangepicker/js/daterangepicker.js
@@ -343,7 +343,7 @@
343
move: function () {
344
var minWidth = $(this.container).find('.ranges').outerWidth();
345
if ( $(this.container).find('.calendar').is(':visible') ) {
346
- var padding = 24; // FIXME: this works for the default styling, but isn't flexible
+ var padding = 24;
347
minWidth += $(this.container).find('.calendar').outerWidth() * 2 + padding;
348
}
349
if (this.opens == 'left') {
0 commit comments