fx-compat: Item box: Vertically center field contents

Fixes alignment of the "y m d" label on the date field and the buttons to the
right of creator fields.
This commit is contained in:
Abe Jellinek 2022-08-11 16:46:03 -04:00
parent 333cf8cc2a
commit 9ab813ebdc

View file

@ -29,6 +29,7 @@ td {
display: flex;
min-width: 0;
align-self: stretch;
align-items: center;
margin-inline-end: 5px;
}