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;

View file

@ -25,7 +25,7 @@ th > label, .creator-type-label, #more-creators-label {
}
td > input, .creator-name-box > input {
margin: -1px 5px -1px 0;
margin: -1px 5px -2.5px 0;
padding: 0;
}