mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Some dialog box headings were not centered
This commit is contained in:
@@ -593,7 +593,13 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.formDialogHeader>h1 {
|
.formDialogHeader>h1 {
|
||||||
|
/* margin-inline: 0 !important; */
|
||||||
|
}
|
||||||
|
|
||||||
|
.formDialogHeaderTitle{
|
||||||
margin-inline: 0 !important;
|
margin-inline: 0 !important;
|
||||||
|
text-align: center;
|
||||||
|
padding: 0 0.5em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.collapseContent {
|
.collapseContent {
|
||||||
|
Reference in New Issue
Block a user