empty publications table is not full width #46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When the publications table has been filtered to remove all results, its width collapses and is no longer full width.
This is because of
display: block, which is essential for it to behave correctly withoverflow-x: autoon small screens.I know of no alternative solutions that meet both requirements.