Skip to content

Commit

Permalink
Reposition the admonition title icon to the top of the paragraph in m…
Browse files Browse the repository at this point in the history
…ulti-line titles

Fixes pydata#2099
  • Loading branch information
stevepiercy committed Jan 20, 2025
1 parent 1b3e65e commit ac4687d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ div.admonition,

&::after {
position: absolute;
top: 0.5rem;
left: 0.5rem;
width: 1rem;
height: 1rem;
Expand Down

0 comments on commit ac4687d

Please sign in to comment.