You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The block padding for card's body and footer needs to be adjusted. Right now the space between the body and footer is 64px because of padding in both sections. The space between the body and footer should be 24px (--rh-space-xl).
Additionally, can the padding-inline of header be changed to --rh-space-2xl? It'll help the content in the header align with the rest of the content.
Which Component?
rh-card
Steps to reproduce
Pull up a demo of card.
Check to see if padding matches screenshots below.
Expected behaviour
The space between the body and footer should be 24px (--rh-space-2xl). Inline padding of header should change to 32px (--rh-space-2xl).
Screenshots
Current padding/spacing:
Expected spacing:
Element HTML
No response
Operating System (OS)
macOS
Browser
No response
More browser information
No response
Additional Info
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
The block padding for card's body and footer needs to be adjusted. Right now the space between the body and footer is 64px because of padding in both sections. The space between the body and footer should be 24px (
--rh-space-xl
).Additionally, can the padding-inline of header be changed to
--rh-space-2xl
? It'll help the content in the header align with the rest of the content.Which Component?
rh-card
Steps to reproduce
Expected behaviour
The space between the body and footer should be 24px (--rh-space-2xl). Inline padding of header should change to 32px (--rh-space-2xl).
Screenshots
Current padding/spacing:
Expected spacing:
Element HTML
No response
Operating System (OS)
macOS
Browser
No response
More browser information
No response
Additional Info
No response
The text was updated successfully, but these errors were encountered: