1
0
mirror of https://github.com/flarum/core.git synced 2025-08-07 00:47:00 +02:00

fix: bad modal alert text alignment (#4152)

This commit is contained in:
Sami Mazouz
2025-01-03 16:29:53 +01:00
committed by GitHub
parent da8ebe439b
commit a3461a8020

View File

@@ -82,6 +82,9 @@
.Alert {
border-radius: 0;
}
.Alert-container {
flex-direction: column;
}
.Alert-controls {
margin: 0;
display: block;