Skip to content

Commit

Permalink
ENGCOM-8112: removed redundant and clean code less #29856
Browse files Browse the repository at this point in the history
 - Merge Pull Request #29856 from mrtuvn/magento2:cleanup-css-flex-inline-configurable-currency
 - Merged commits:
   1. c1cac89
  • Loading branch information
magento-engcom-team committed Sep 9, 2020
2 parents 20b7e0d + c1cac89 commit 76a561c
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,10 @@
// _____________________________________________

.currency-addon {
.lib-vendor-prefix-display(inline-flex);
border: 1px solid rgb(173,173,173);
position: relative;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
flex-flow: row nowrap;
position: relative;
width: 100%;

.admin__control-text {
Expand Down

0 comments on commit 76a561c

Please sign in to comment.