Kajabi/sage-lib

[BUG] PageHeading Actions: vertical alignment

Closed this issue Ā· 0 comments

Detailed description

Issue

Iā€™m attempting to use SagePopover and SageButton as siblings within SagePageHeadingā€™s ā€œActionsā€ content area.

image

Fix

Adding manually fixes for my usecase:

.sage-page-heading__actions { align-items: center; }

image

Steps to reproduce

Describe the steps to reproduce the behavior:

  1. Use SagePageHeading
  2. Add SagePopover and SageButton in actions
  3. View in desktop width

Screenshots

ā˜ļø see issue above