Merge pull request #34964 from git-avc/full_width_grid_form

fix: apply full width on grid row form
This commit is contained in:
Ejaaz Khan 2025-11-30 14:42:53 +05:30 committed by GitHub
commit 6620cd6a03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -509,12 +509,16 @@
overflow: auto;
margin: auto;
padding: var(--padding-sm) var(--padding-md);
max-width: 865px;
position: fixed;
top: 5%;
left: 50%;
transform: translate(-50%, 0%);
width: 100%;
width: 80%;
body:not(.full-width) & {
max-width: var(--page-max-width);
}
.grid-form-body {
max-height: 80vh;
overflow: scroll;