You need to sign in to do that
Don't have an account?
Artem Kalus 7
Apply css styles to "article" element inside "lightning-card" component
I need to apply "width:100%" to "article" element inside "lightning-card"
Nothing seem to work, please help.
Nothing seem to work, please help.
<template> <lightning-card title="Test" icon-name="action:share_poll" style="display:flex; height: 100%;"> <lightning-datatable key-field="id" data={data} columns={columns} hide-checkbox-column> </lightning-datatable> </lightning-card> </template>
When applying Lightning Design System classes or icons, check that they are available in the Lightning Design System release tied to your org. The latest Lightning Design System resources become available only when the new release is available in your org.
This component inherits styling from cards in the Lightning Design System.
See Documentation to learn more