fx-compat: Item box: Fix date added/modified alignment

This CSS needs some serious cleanup, but we're getting somewhere.
This commit is contained in:
Abe Jellinek 2022-07-21 11:30:35 -04:00
parent aeef51bc76
commit 37a6cc4de4

View file

@ -47,6 +47,11 @@ td > [fieldname] {
width: 100%;
}
.value {
min-height: 14px;
align-self: center;
}
.value:not(.multiline) {
white-space: nowrap;
overflow: hidden;