I think there may be some issues with the way that the card component renders.
1) When you give the card a value for icon-name, nothing else on the card is rendered.
2) When the card does not have a value for icon-name, items in the actions slot are aligned to the left instead of the right, and they are under the card title, not aligned with it.
I think there may be some issues with the way that the card component renders.
1) When you give the card a value for
icon-name
, nothing else on the card is rendered.2) When the card does not have a value for
icon-name
, items in theactions
slot are aligned to the left instead of the right, and they are under the card title, not aligned with it.