12363 move comment

This commit is contained in:
Arthur 2023-05-03 08:30:31 -07:00
parent 0aa48f1656
commit 11bd79239d

View File

@ -230,11 +230,11 @@ table {
} }
p { p {
// Remove spacing from paragraph elements within tables.
margin-bottom: 0.5em; margin-bottom: 0.5em;
} }
p:last-child { p:last-child {
// Remove spacing from paragraph elements within tables.
margin-bottom: 0; margin-bottom: 0;
} }
} }