Skip to content

Commit

Permalink
BP-3303 - use css precedence to remove the !important
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianTuriacArnia committed Jan 11, 2024
1 parent 8e4686d commit bf316ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions view/adminhtml/web/css/adminhtml_system_config_edit.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ a.bk-plugin-zone {
cursor: not-allowed;
}

.bk-payment-method {
margin-left: 0!important;
.buckaroo_magento2-section .bk-payment-method {
margin-left: 0;
}

.bk-payment-method .entry-edit-head {
Expand Down

0 comments on commit bf316ff

Please sign in to comment.