From 0e69efdfe8c3ef429a212085eedca672412e966b Mon Sep 17 00:00:00 2001 From: elisa lee Date: Mon, 6 May 2024 16:20:29 -0500 Subject: [PATCH] Fix more styling for button w/ icon --- .../Settings/ManageSelfRegistrationLinks.scss | 3 ++- .../app/patients/Components/ManageEmails.tsx | 2 +- .../Components/ManagePhoneNumbers.tsx | 2 +- .../app/patients/Components/PersonForm.scss | 20 ++++++++++++------- .../__snapshots__/EditPatient.test.tsx.snap | 2 +- 5 files changed, 18 insertions(+), 11 deletions(-) diff --git a/frontend/src/app/Settings/ManageSelfRegistrationLinks.scss b/frontend/src/app/Settings/ManageSelfRegistrationLinks.scss index 03d0d2fb0ce..6f67ef7b1c7 100644 --- a/frontend/src/app/Settings/ManageSelfRegistrationLinks.scss +++ b/frontend/src/app/Settings/ManageSelfRegistrationLinks.scss @@ -10,8 +10,9 @@ } .sr-organization-link-copy-button { - width: 100%; border-radius: 0 0 4px 4px; + column-gap: 0; + width: 100%; } @media (min-width: 480px) { diff --git a/frontend/src/app/patients/Components/ManageEmails.tsx b/frontend/src/app/patients/Components/ManageEmails.tsx index edddf7baf57..f24417c6d91 100644 --- a/frontend/src/app/patients/Components/ManageEmails.tsx +++ b/frontend/src/app/patients/Components/ManageEmails.tsx @@ -169,7 +169,7 @@ const ManageEmails: React.FC = ({ ))}