Skip to content

Commit 5a67ff6

Browse files
committed
Removed FIXME
1 parent bcd1606 commit 5a67ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/public/daterangepicker/js/daterangepicker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
move: function () {
344344
var minWidth = $(this.container).find('.ranges').outerWidth();
345345
if ( $(this.container).find('.calendar').is(':visible') ) {
346-
var padding = 24; // FIXME: this works for the default styling, but isn't flexible
346+
var padding = 24;
347347
minWidth += $(this.container).find('.calendar').outerWidth() * 2 + padding;
348348
}
349349
if (this.opens == 'left') {

0 commit comments

Comments
 (0)