Skip to content

Commit

Permalink
IBX-2143: Misaligned arrow when adding translation to Product/Attribu…
Browse files Browse the repository at this point in the history
…te Group (#275)
  • Loading branch information
GrabowskiM authored Feb 1, 2022
1 parent b393bec commit b4dcfa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle/Resources/public/scss/_add-translation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

.modal-body {
display: flex;
align-items: flex-end;
padding-bottom: calculateRem(140px);
}

Expand All @@ -14,6 +13,7 @@
}

&__arrow {
margin-top: calculateRem(46px);
height: calculateRem(48px);
transform: rotate(180deg);
display: flex;
Expand Down

0 comments on commit b4dcfa6

Please sign in to comment.