Skip to content

Instantly share code, notes, and snippets.

@rickhernandezio
Created March 20, 2020 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rickhernandezio/dbd1e2e4256473ec529f54a708eaf1de to your computer and use it in GitHub Desktop.
Save rickhernandezio/dbd1e2e4256473ec529f54a708eaf1de to your computer and use it in GitHub Desktop.
custom-theme.js
var checkboxes = $(container).find('.checkbox-wrapper').detach();
$(container).append(checkboxes);
var height = $(container).find('.container-wrapper').height();
$(container).height(height);
$(container).find('.checkbox-wrapper').height(height);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment