mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
fix tailwind issue
This commit is contained in:
parent
91b048c84e
commit
0838ef3f59
1 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ export default function RecommendationContainer({
|
|||
|
||||
return (
|
||||
<>
|
||||
<div className="mb-4 flex flex-col grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 items-stretch">
|
||||
<div className="mb-4 flex-col grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 items-stretch">
|
||||
<RecommendationCostSummaryCard
|
||||
totalEstimatedCost={totalEstimatedCost}
|
||||
totalSapPoints={totalSapPoints}
|
||||
|
|
@ -91,7 +91,7 @@ export default function RecommendationContainer({
|
|||
</div>
|
||||
|
||||
<Separator className="mb-4" />
|
||||
<div className="flex flex-col grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 items-stretch">
|
||||
<div className="flex-col grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4 items-stretch">
|
||||
{Object.entries(categorizedRecommendations).map(
|
||||
([componentType, recommendationData], idx) => {
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue