Open
Description
When I give the card component with a class or style, anything does not change in width of the component.
Style Width:
<fwb-card href="#" style="width: 1000px;">
<div class="p-5">
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white">
Noteworthy technology acquisitions 2021
</h5>
<p class="font-normal text-gray-700 dark:text-gray-400">
Here are the biggest enterprise technology acquisitions of 2021 so far, in reverse chronological order.
</p>
</div>
</fwb-card>
Class Width:
<fwb-card href="#" class="w-[1000px]">
<div class="p-5">
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white">
Noteworthy technology acquisitions 2021
</h5>
<p class="font-normal text-gray-700 dark:text-gray-400">
Here are the biggest enterprise technology acquisitions of 2021 so far, in reverse chronological order.
</p>
</div>
</fwb-card>
Metadata
Metadata
Assignees
Labels
No labels