Fix: Some dialog box headings were not centered

This commit is contained in:
lscambo13
2024-12-22 21:26:59 +05:30
parent 944eb4e461
commit e7ff77eaf3

View File

@@ -593,7 +593,13 @@ html {
}
.formDialogHeader>h1 {
/* margin-inline: 0 !important; */
}
.formDialogHeaderTitle{
margin-inline: 0 !important;
text-align: center;
padding: 0 0.5em !important;
}
.collapseContent {