fix: remove height override causing layout issue after save (#37236)

Co-authored-by: Frappe <frappe@Vibhutis-MacBook-Air.local>
This commit is contained in:
Vibhuti Garachh 2026-02-19 14:10:22 +05:30 committed by GitHub
parent 6a132e94e0
commit 15bcd7d209
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -383,12 +383,7 @@
line-height: 1.3 !important;
}
}
.data-row {
div[data-fieldname="options"],
div[data-fieldtype="Text Editor"] {
height: auto;
}
}
.grid-static-col {
background-color: var(--fg-color);
&.sticky-grid-col {