fx-compat: Item box: Fix multiline fields & autocomplete

This commit is contained in:
Abe Jellinek 2022-05-24 15:42:54 -06:00
parent 02bcb1712c
commit fdd73d4ada
3 changed files with 131 additions and 59 deletions

View file

@ -25,6 +25,10 @@ td > [fieldname] {
width: 100%;
}
.value.multiline {
white-space: pre-line;
}
/*td > vbox > description
{
margin: 0 !important;
@ -66,6 +70,10 @@ label[singleField=false]:after
margin: 0;
}*/
textarea {
font: inherit;
}
/* metadata field names */
th, .creator-type-label {
font-weight: normal;