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

Move table line-height from TD to Table

This commit is contained in:
Trevor Buckner
2022-10-27 23:34:50 -04:00
parent 079d59695f
commit d6af56c51c

View File

@@ -214,6 +214,7 @@ body {
table{
.useSansSerif();
width : 100%;
line-height : 16px;
& + * {
margin-top : 0.325cm;
}
@@ -224,7 +225,7 @@ body {
vertical-align : bottom;
//padding : 0.14em 0.4em;
padding : 0px 1.5px; // Both of these are temporary, just to force
line-height : 16px; // PDF to render at same height until Chrome 108
//line-height : 16px; // PDF to render at same height until Chrome 108
}
}
tbody{