From 4916fec43a8fae28c7d0c230505d5c4c2ac2f026 Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Sat, 18 Jul 2020 15:34:26 -0700 Subject: refactor viewpaste and fixed button height --- frontend/src/components/PasteInfo.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontend/src/components/PasteInfo.js') diff --git a/frontend/src/components/PasteInfo.js b/frontend/src/components/PasteInfo.js index 8669b20..bab7e23 100644 --- a/frontend/src/components/PasteInfo.js +++ b/frontend/src/components/PasteInfo.js @@ -16,7 +16,8 @@ const StyledDiv = styled.div` const Button = styled.button` margin-right: 0 !important; margin-left: 2em !important; - height: calc(16px + 1.6em + 2px); + height: calc(16px + 1.6em); + margin-top: 1.6em !important; ` const SpacedText = styled.span` -- cgit v1.2.3