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
In PR #1049 we introduced a linedTable CSS class to draw lines between table rows of certain tables and increase the line-height in table cells a bit. This let us only affect those tables we were working on in that PR.
But eventually it probably makes sense to merge the linedTable styles into the generalTable class styles, so all tables have those styles for consistency and to simplify things. We didn't do this at the time because we'd want to check how those new styles would affect the many generalTable instances, and there wasn't bandwidth to do that.
The text was updated successfully, but these errors were encountered:
In PR #1049 we introduced a
linedTable
CSS class to draw lines between table rows of certain tables and increase the line-height in table cells a bit. This let us only affect those tables we were working on in that PR.But eventually it probably makes sense to merge the
linedTable
styles into thegeneralTable
class styles, so all tables have those styles for consistency and to simplify things. We didn't do this at the time because we'd want to check how those new styles would affect the manygeneralTable
instances, and there wasn't bandwidth to do that.The text was updated successfully, but these errors were encountered: