Skip to content

Commit

Permalink
Remove form-inline
Browse files Browse the repository at this point in the history
  • Loading branch information
liamkeily committed Jan 22, 2024
1 parent 54d3561 commit d6b2be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ var QueryBuilder = function($el, options) {
this.status.id = this.$el.attr('id');

// INIT
this.$el.addClass('query-builder form-inline');
this.$el.addClass('query-builder');

this.filters = this.checkFilters(this.filters);
this.operators = this.checkOperators(this.operators);
Expand Down

0 comments on commit d6b2be5

Please sign in to comment.