Skip to content

Commit

Permalink
Remove conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed May 2, 2024
1 parent 8486a64 commit 8674687
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cms/static/cms/sass/components/_toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -348,15 +348,9 @@
clip: rect(0, $toolbar-height, $toolbar-height, 0px);
.cms-icon {
position: absolute;
<<<<<<< HEAD
left: math.div($toolbar-height, 2);
top: math.div($toolbar-height, 2);
margin-left: -10px;
=======
inset-inline-start: math.div($toolbar-height, 2);
top: math.div($toolbar-height, 2);
margin-inline-start:-10px;
>>>>>>> 92a1086de (feat: Add RTL support to toolbar (#7871))
margin-top: -9px;
font-size: 20px !important;
}
Expand Down

0 comments on commit 8674687

Please sign in to comment.