Skip to content

Commit

Permalink
Fix gift card dropdown CSS attribute (#491)
Browse files Browse the repository at this point in the history
* Remove duplicated line

* Assign attribute id to the given CSS style block

---------

Co-authored-by: Can Demiralp <[email protected]>
  • Loading branch information
candemiralp and Can Demiralp authored May 15, 2024
1 parent cf9d7a0 commit a8a59eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import adyenConfiguration from '../configuration/adyen';
export default class ConfirmOrderPlugin extends Plugin {

init() {
this._client = new HttpClient();
this._client = new HttpClient();
this.selectedAdyenPaymentMethod = this.getSelectedPaymentMethodKey();
this.confirmOrderForm = DomAccess.querySelector(document, '#confirmOrderForm');
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/app/storefront/src/scss/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
height: 100%;
}

select{
#giftcardDropdown {
display: block;
background-clip: padding-box;
border: 1px solid #cccccc;
Expand Down

0 comments on commit a8a59eb

Please sign in to comment.