12363 change p table spacing to .5em

This commit is contained in:
Arthur 2023-05-03 08:20:25 -07:00
parent f62fa821a7
commit 0aa48f1656
4 changed files with 4 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -229,6 +229,10 @@ table {
line-height: $line-height-xs; line-height: $line-height-xs;
} }
p {
margin-bottom: 0.5em;
}
p:last-child { p:last-child {
// Remove spacing from paragraph elements within tables. // Remove spacing from paragraph elements within tables.
margin-bottom: 0; margin-bottom: 0;