Skip to content

Commit

Permalink
Merge pull request #3385 from WordImpress/issue/3215
Browse files Browse the repository at this point in the history
fix(form): Make dropdown display inside the modal with Button Mode #3215
  • Loading branch information
ravinderk committed Jun 19, 2018
2 parents 437811a + 04666b1 commit 8f576a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/css/frontend/forms.scss
Expand Up @@ -405,7 +405,7 @@ form[id*='give-form'] {
display: none;
}

.give-display-button-only form > *:not(.give-btn-modal) {
.give-display-button-only form[id*=give-form] > *:not(.give-btn-modal) {
display: none;
}

Expand Down

0 comments on commit 8f576a9

Please sign in to comment.