Skip to content

Commit

Permalink
Bootstrap select rules for Gravity Forms are conflicting on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomollet committed May 25, 2021
1 parent b2807a5 commit dccd2df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Bootstrap select rules for Gravity Forms are conflicting on mobile

### 0.7.6: May 20th, 2021
* Gravity Forms sub labels are now thin text not bold

Expand Down
4 changes: 3 additions & 1 deletion scss/helpers/_gravityforms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
width: 100%;
}

.gfield select, .gfield .bootstrap-select, .gfield .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
//.gfield select, // removed 2021-05-05 conflict on bootstrap select on mobile
.gfield .bootstrap-select,
.gfield .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
display: block;
width: 100% !important;
}
Expand Down

0 comments on commit dccd2df

Please sign in to comment.