You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The left alignment for the citation table is weird on very wide displays (1920x1080 fullscreen, Chrome, Debian, see image).
A brief investigation of the CSS and DOM did not produce a quick fix, but I did notice the table code could be dramatically simplified to reduce load time:
all "rowafter" rows can be reimplemented by using CSS declaration for padding-bottom, margin-bottom, and border-bottom.
nested table within each row may be responsible for alignment issues. Moving to single grid could help.
The text was updated successfully, but these errors were encountered:
The left alignment for the citation table is weird on very wide displays (1920x1080 fullscreen, Chrome, Debian, see image).
A brief investigation of the CSS and DOM did not produce a quick fix, but I did notice the table code could be dramatically simplified to reduce load time:
The text was updated successfully, but these errors were encountered: