Actions
Bug #8259
closedActivity footers have extra padding if no post permissions are available
Bug #8259:
Activity footers have extra padding if no post permissions are available
Description
If user can't comment, but there is comments then the footer has an additional 0.5rem padding. To fix this replace the hardcoded spacing between activity and comment rows with a CSS driven solution so margin is only added between each row instead of always adding a margin-bottom.
Actions