Actions
Bug #8259
closedActivity 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.
Updated by krileon almost 4 years ago
Increase the spacing between activity posts as well.
Updated by krileon almost 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Activity, Comment, and Notification spacing is CSS driven instead of hardcoded with bootstrap margin utilities. This will make it easier to override as needed.
Actions