fix install alert css

This commit is contained in:
Yuri Kuznetsov
2023-02-17 11:40:20 +02:00
parent 3157bb4fcf
commit 07f1100ccc
+5 -2
View File
@@ -1,5 +1,3 @@
body > .content {
padding-left: 0 !important;
}
@@ -164,3 +162,8 @@ header.step-header h4 {
margin-right: 5px;
margin-top: -1px;
}
#msg-box.alert {
min-width: 100% !important;
border-radius: var(--border-radius) !important;
}