From d249fe81d430f5bdd12f1dc6da80894eef9bccd2 Mon Sep 17 00:00:00 2001 From: kyle-ssg Date: Wed, 14 Aug 2024 09:43:59 +0100 Subject: [PATCH] Tidy up styles --- frontend/web/components/SamlTab.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/frontend/web/components/SamlTab.tsx b/frontend/web/components/SamlTab.tsx index 291a97dcc4bf..80a56bbe8c7e 100644 --- a/frontend/web/components/SamlTab.tsx +++ b/frontend/web/components/SamlTab.tsx @@ -72,10 +72,16 @@ const SamlTab: FC = ({ organisationId }) => {
Configuration name
-
+
Assertion Consumer Service (ACS) URL
-
+
Allow IdP-initiated
@@ -94,7 +100,7 @@ const SamlTab: FC = ({ organisationId }) => { ) }} space - className='list-item clickable cursor-pointer' + className='list-item py-2 py-md-0 clickable cursor-pointer' key={samlConf.name} > @@ -122,7 +128,7 @@ const SamlTab: FC = ({ organisationId }) => {