diff --git a/resources/skins.citizen.styles/common/common.less b/resources/skins.citizen.styles/common/common.less index 0dbb4ba4..8eb19c0b 100644 --- a/resources/skins.citizen.styles/common/common.less +++ b/resources/skins.citizen.styles/common/common.less @@ -86,12 +86,18 @@ th { color: var( --color-emphasized ); } +/* Remove outer margin in table cell */ +th, td { > p, > ul, > ol { &:first-child { - margin-top: 0; // Remove margin for the first element in td + margin-top: 0; + } + + &:last-child { + margin-bottom: 0 } } }