Fix: Some dialog box headings were not centered
This commit is contained in:
parent
944eb4e461
commit
e7ff77eaf3
1 changed files with 6 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue