fx-compat: Item box: Restore label top alignment

This commit is contained in:
Abe Jellinek 2022-08-01 14:20:34 -04:00
parent 41907975b0
commit 1ecb12048c
2 changed files with 3 additions and 2 deletions

View file

@ -16,7 +16,7 @@
#info-table {
display: grid;
grid-template-columns: max-content 1fr;
grid-auto-rows: minmax(1.8em, auto);
grid-auto-rows: min-content;
align-items: center;
width: 100%;
}
@ -112,6 +112,7 @@ textarea {
/* metadata field names */
th {
align-self: stretch;
font-weight: normal;
text-align: right;
margin-left: 5px !important;