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 {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
/*overflow: auto;*/
|
||||
margin-top: 8px;
|
||||
align-items: start;
|
||||
|
|
Loading…
Reference in a new issue