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:
parent
aeef51bc76
commit
37a6cc4de4
1 changed files with 5 additions and 0 deletions
|
@ -47,6 +47,11 @@ td > [fieldname] {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.value {
|
||||||
|
min-height: 14px;
|
||||||
|
align-self: center;
|
||||||
|
}
|
||||||
|
|
||||||
.value:not(.multiline) {
|
.value:not(.multiline) {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in a new issue