-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panel: add css variable to control spacing of slotted content #10119
Comments
When building new component tokens please follow the component token docs found in the wiki. https://github.com/Esri/calcite-design-system/wiki/component-tokens |
**Related Issue:** #10119 ## Summary - add `--calcite-panel-content-space` style. - adds `relative` positioning to content so that absolutely positioned elements are contained within the panel content. (shell use case) - add e2e test This will allow the dialog component to set padding on the content of the internal panel without having to surround the content with a div which messes up the placement of the FAB within panel.
Installed and assigned for verification. |
🍡 Verified on |
Check existing issues
Description
Add a css variable
--calcite-panel-content-space
to control padding of the content areaAcceptance Criteria
New CSS var
Relevant Info
Needed for #10095
Which Component
panel
Example Use Case
No response
Priority impact
impact - p2 - want for an upcoming milestone
Calcite package
Esri team
N/A
The text was updated successfully, but these errors were encountered: