fx-compat: Make item table container vertical
Fixes retraction notice appearing to the left of the item metadata.
This commit is contained in:
parent
8face792c0
commit
137c82c690
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
#item-box {
|
#item-box {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
/*overflow: auto;*/
|
/*overflow: auto;*/
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
align-items: start;
|
align-items: start;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue