From cc2d95ae9fbd093e7fe8594af0959b3989011216 Mon Sep 17 00:00:00 2001 From: Trey Ivy Date: Sat, 12 Oct 2024 02:06:58 +0000 Subject: [PATCH 1/2] remove display: inline block from portal card css --- frontend/src/components/PortalCard/index.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/PortalCard/index.module.css b/frontend/src/components/PortalCard/index.module.css index 328105e..319d593 100644 --- a/frontend/src/components/PortalCard/index.module.css +++ b/frontend/src/components/PortalCard/index.module.css @@ -1,8 +1,8 @@ -.header { - display: inline-block; +.portalCardHeader { align-items: center; white-space: nowrap; line-height: 32px; + } .title a:not(:hover) { @@ -57,4 +57,4 @@ rgba(0, 0, 0, 0.06) 0 2px 4px 0, rgba(0, 0, 0, 0.06) 0 2px 12px -1px, rgba(0, 0, 0, 0.06) 0 4px 8px 0 !important; -} +} \ No newline at end of file From 944cdab2edec6c1987d0e8fd59cb1af528200620 Mon Sep 17 00:00:00 2001 From: Trey Ivy Date: Sat, 12 Oct 2024 02:12:57 +0000 Subject: [PATCH 2/2] remove display: inline block from portal card css --- frontend/src/components/PortalCard/index.module.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/components/PortalCard/index.module.css b/frontend/src/components/PortalCard/index.module.css index 319d593..25a74aa 100644 --- a/frontend/src/components/PortalCard/index.module.css +++ b/frontend/src/components/PortalCard/index.module.css @@ -1,8 +1,7 @@ -.portalCardHeader { +.header { align-items: center; white-space: nowrap; line-height: 32px; - } .title a:not(:hover) {