3 评论 (3 评论)0 反应 (0 反应)1 负责人 (1 负责人)TypeScript26,187 star (26,187 star)2,542 fork (2,542 fork)user submission
Help Wanted
描述
Steps to reproduce the behavior
- Open a board with cards with properties
- The card property doesn't have a bottom margin to the user icon
Expected behavior
There's a bottom margin
Screenshots (optional)
Edition and Platform
- Edition: Mattermost Boards (plugin)
- Version: 7.10 (Community)
- Browser and OS: Chrome on Mac
- 议题类型
- bug
- 研究方向
- Add a bottom margin to the card property element. Look at the CSS for card properties, likely in a styled component or CSS module. Check the card component rendering to ensure the margin is applied after the property section. Review similar card styling for consistency.