From 57cb1954098d6aa8916ad154c65ff2b4daf03d1a Mon Sep 17 00:00:00 2001 From: Jessica Lawshe <5312836+lawshe@users.noreply.github.com> Date: Wed, 13 Mar 2024 08:36:35 -0500 Subject: [PATCH] Merge pull request #17161 from overleaf/jel-clear-user-group-saml-data [web] Begin clear all group SSO users SAML data GitOrigin-RevId: 8a9624df96c0ed7248286312c5749c46f079e687 --- services/web/frontend/stylesheets/modules/group-settings.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/web/frontend/stylesheets/modules/group-settings.less b/services/web/frontend/stylesheets/modules/group-settings.less index 8f1b021e8f..3017be267f 100644 --- a/services/web/frontend/stylesheets/modules/group-settings.less +++ b/services/web/frontend/stylesheets/modules/group-settings.less @@ -100,6 +100,10 @@ h3.group-settings-title { display: flex; align-items: center; justify-content: space-between; + + .group-settings-sso-action-col { + margin-left: 16px; + } } }