Skip to content

Commit f54537e

Browse files
make editable elements fill parent's space
1 parent 13c107c commit f54537e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/ui/fields/fields.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
border-bottom-left-radius: inherit;
2929
user-select: none;
3030
}
31-
31+
span.datacore-editable-outer, span.datacore-editable-outer textarea {
32+
width: 100% !important;
33+
display: inline-block !important;
34+
}
3235
.datacore-field .field-value {
3336
display: inline-block;
3437
}

0 commit comments

Comments
 (0)