0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 10:32:39 +00:00

Merge pull request #2441 from naturalcrit/TemporaryChromeTableHeightFix

Tweak table padding
This commit is contained in:
Trevor Buckner
2022-10-19 00:07:33 -04:00
committed by GitHub

View File

@@ -213,7 +213,9 @@ body {
tbody{ tbody{
tr{ tr{
td{ td{
padding : 0.14em 0.4em; //padding : 0.14em 0.4em;
padding : 1.7px 5px; // Both of these are temporary, just to force
height : 18px; // PDF to render at same height until Chrome 108
} }
&:nth-child(odd){ &:nth-child(odd){
background-color : var(--HB_Color_Accent); background-color : var(--HB_Color_Accent);