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
{{ message }}
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
h4 and h5 inside File Attachments component should not be affected by Stache.
Actual behavior
Since we only have a generic h4, h5, etc. rules, Stache's more specific rule is causing too much line-height to be added. This visually pushes the cloud too far down.
Expected behavior
h4
andh5
inside File Attachments component should not be affected by Stache.Actual behavior
Since we only have a generic
h4
,h5
, etc. rules, Stache's more specific rule is causing too much line-height to be added. This visually pushes the cloud too far down.Steps to reproduce
Visit https://developer.blackbaud.com/skyux2/components/fileattachments
Suggested fix
Add specific styling for the
<h4>
and<h5>
in question, either via class added to them or using the.sky-file-drop-contents
parent class.The text was updated successfully, but these errors were encountered: