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:
parent
333cf8cc2a
commit
9ab813ebdc
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ td {
|
|||
display: flex;
|
||||
min-width: 0;
|
||||
align-self: stretch;
|
||||
align-items: center;
|
||||
margin-inline-end: 5px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue