[BUG] PageHeading Actions: vertical alignment
Closed this issue Ā· 0 comments
AndrwM commented
Detailed description
- Component: PanelHeading Rails component
- Browser: Chrome latest
- š Slack context: https://kajabi.slack.com/archives/C01A424HY8Y/p1637263915049800
- Manual Fix Issued Here: https://github.com/Kajabi/kajabi-products/pull/21491/files#diff-b3f8ee0f483cc00c92cd28c9c443e8642862bb1594339b789faf3fc7d6f89b88
Issue
Iām attempting to use SagePopover and SageButton as siblings within SagePageHeadingās āActionsā content area.
Fix
Adding manually fixes for my usecase:
.sage-page-heading__actions { align-items: center; }
Steps to reproduce
Describe the steps to reproduce the behavior:
- Use SagePageHeading
- Add SagePopover and SageButton in actions
- View in desktop width
Screenshots
āļø see issue above