From 10a1b908b80ade377287f4564e8687472e5f52c5 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 11 Jun 2021 10:00:44 -0500 Subject: [PATCH] Fix CopyableInput button CSS --- app/styles/forms.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/styles/forms.scss b/app/styles/forms.scss index 4367a8efc..836dc844c 100644 --- a/app/styles/forms.scss +++ b/app/styles/forms.scss @@ -793,18 +793,23 @@ code { display: flex; align-items: center; justify-content: center; + height: 38px; input { flex: 1; font-size: 14px !important; border-radius: 4px 0 0 4px !important; + height: 100%; } button { width: auto; font-size: 14px; margin: 0; - padding-bottom: 9px; border-radius: 0 4px 4px 0; + height: 100%; + display: flex; + align-items: center; + justify-content: center; } }