From 818087e440cbd8e984ff8fc25385a91781b3daf6 Mon Sep 17 00:00:00 2001 From: Remko Date: Wed, 28 Feb 2024 16:36:06 +0100 Subject: [PATCH] cleanup --- .../componentDetail/ComponentsDetailTemplate.module.css | 2 +- .../templates/componentDetail/ComponentsDetailTemplate.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pwa/src/templates/componentDetail/ComponentsDetailTemplate.module.css b/pwa/src/templates/componentDetail/ComponentsDetailTemplate.module.css index 1b34027d1..7fd7cdb0c 100644 --- a/pwa/src/templates/componentDetail/ComponentsDetailTemplate.module.css +++ b/pwa/src/templates/componentDetail/ComponentsDetailTemplate.module.css @@ -166,7 +166,7 @@ grid-template-columns: 1fr 1fr; } -.test { +.cardsHeading { flex: 1; } diff --git a/pwa/src/templates/componentDetail/ComponentsDetailTemplate.tsx b/pwa/src/templates/componentDetail/ComponentsDetailTemplate.tsx index 83a80e465..fbdebefff 100644 --- a/pwa/src/templates/componentDetail/ComponentsDetailTemplate.tsx +++ b/pwa/src/templates/componentDetail/ComponentsDetailTemplate.tsx @@ -297,9 +297,9 @@ export const ComponentsDetailTemplate: React.FC =
- {t("Application")} - {t("Organization")} - {t("Rating")} + {t("Application")} + {t("Organization")} + {t("Rating")}