fix: remove max-width for section content in non-form contexts like dialogs (#37079)
This commit is contained in:
parent
5bb1dffab5
commit
99d1fb18ef
1 changed files with 8 additions and 5 deletions
|
|
@ -78,12 +78,15 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.section-head,
|
||||
.section-body {
|
||||
margin: auto !important;
|
||||
|
||||
body:not(.full-width) & {
|
||||
max-width: var(--page-max-width);
|
||||
.std-form-layout {
|
||||
.section-head,
|
||||
.section-body {
|
||||
margin: auto !important;
|
||||
|
||||
body:not(.full-width) & {
|
||||
max-width: var(--page-max-width);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue