From 9d0aa2d4701be73735a55c3a0058cea40804c535 Mon Sep 17 00:00:00 2001 From: Jakub Hadvig Date: Wed, 27 Feb 2019 15:13:31 +0100 Subject: [PATCH] Align line-height for copy-to-clipboard to match height of copy button --- frontend/public/components/utils/_copy-to-clipboard.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/public/components/utils/_copy-to-clipboard.scss b/frontend/public/components/utils/_copy-to-clipboard.scss index 1fcc6adfe94..da34b85378f 100644 --- a/frontend/public/components/utils/_copy-to-clipboard.scss +++ b/frontend/public/components/utils/_copy-to-clipboard.scss @@ -12,6 +12,7 @@ } .co-copy-to-clipboard__text { + line-height: 1.4; padding-right: 50px; }