Merge pull request #32170 from iamejaaz/fix-grid-open-width

fix(minor): shrinking of width of grid row when open
This commit is contained in:
Ejaaz Khan 2025-04-16 21:35:28 +05:30 committed by GitHub
commit 3c8a879f37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -516,6 +516,7 @@
top: 5%;
left: 50%;
transform: translate(-50%, 0%);
width: 100%;
}
.grid-form-heading {