0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 14:12:40 +00:00

Further table tweaks for Chrome 106

This commit is contained in:
Trevor Buckner
2022-10-19 09:06:48 -04:00
parent ac30b3df9d
commit 2bad0bfcb0

View File

@@ -214,8 +214,8 @@ body {
tr{
td{
//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
padding : 0px 5px; // Both of these are temporary, just to force
height : 16px; // PDF to render at same height until Chrome 108
}
&:nth-child(odd){
background-color : var(--HB_Color_Accent);