Center the content of alerts
This commit is contained in:
parent
a66fe016a0
commit
6108c6dff7
1 changed files with 3 additions and 0 deletions
|
@ -665,6 +665,9 @@ option {
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert {
|
.alert {
|
||||||
|
display: inline-flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin: 0 0.5em;
|
margin: 0 0.5em;
|
||||||
padding: 0.35em;
|
padding: 0.35em;
|
||||||
|
|
Loading…
Reference in a new issue