Skip to content

Commit

Permalink
vertically center pencil banner close button (fix #15674)
Browse files Browse the repository at this point in the history
  • Loading branch information
wen-2018 authored and alexgibson committed Dec 19, 2024
1 parent 5ab1a4b commit c8ac92f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion media/css/m24/components/pencil-banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
height: 24px;
padding: var(--spacer-xs);
position: absolute;
top: $spacer-sm;
top: 50%;
margin-top: -12px;
transition: border-color $fast $bezier;
width: 24px;

Expand Down

0 comments on commit c8ac92f

Please sign in to comment.