forked from forgejo/forgejo
[BUG] Center icon and callout text
- Wrap the icon and callout into a seperate `<p>` which has `display:
flex; align-items: center` set. To center the icon with the callout text.
- Resolves #3006
(cherry picked from commit 6ffae461d4
)
This commit is contained in:
parent
bc873f2e83
commit
06e72e22d5
4 changed files with 16 additions and 2 deletions
|
@ -1127,6 +1127,11 @@ input:-webkit-autofill:active,
|
|||
margin: auto 0.5em auto 0;
|
||||
}
|
||||
|
||||
.attention-title {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
blockquote.attention-note {
|
||||
border-left-color: var(--color-blue-dark-1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue