fx-compat: Make item table container vertical

Fixes retraction notice appearing to the left of the item metadata.
This commit is contained in:
Abe Jellinek 2022-07-05 15:40:33 -04:00
parent 8face792c0
commit 137c82c690

View file

@ -6,6 +6,7 @@
#item-box {
display: flex;
flex-direction: column;
/*overflow: auto;*/
margin-top: 8px;
align-items: start;