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
Wrapped a table with a Card per this PatternFly example. In both the PF example and Cost Management, the border is missing for the top-left corner. Also encountered the issue with the scrolling table. However, the entire left-side border is missing for that card.
Note that CardBody is omitted from the PF examples -- I've included it in my pages as a workaround.
Are there visuals for this issue? Please provide screenshots
Example 1
Example 2 (scroll table)
Could you point to a branch or draft PR where this issue exists? Please provide a link to the code
Hey @dlabrecq for v6, the design recommendation is to remove cards around tables and data-lists in layouts like that. Are you able to just remove the card? If not, can you try putting it in a regular card with padding?
For this, let's try and move the default card border to the outside of the card (border is on .pf-v6-c-card, not on a pseudo element) and see if that works easily.
Please describe the issue
Wrapped a table with a
Card
per this PatternFly example. In both the PF example and Cost Management, the border is missing for the top-left corner. Also encountered the issue with the scrolling table. However, the entire left-side border is missing for that card.Note that
CardBody
is omitted from the PF examples -- I've included it in my pages as a workaround.Are there visuals for this issue? Please provide screenshots
Example 1
Example 2 (scroll table)
Could you point to a branch or draft PR where this issue exists? Please provide a link to the code
project-koku/koku-ui#3984
The text was updated successfully, but these errors were encountered: