fix: remove height override causing layout issue after save (#37236)
Co-authored-by: Frappe <frappe@Vibhutis-MacBook-Air.local>
This commit is contained in:
parent
6a132e94e0
commit
15bcd7d209
1 changed files with 1 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue