aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/NewPaste.js
diff options
context:
space:
mode:
authorjackyzha0 <[email protected]>2020-05-23 00:39:56 -0700
committerjackyzha0 <[email protected]>2020-05-23 00:39:56 -0700
commitff10e4ad18854bc675a58621e069ca13726e951b (patch)
treef1a784d7dcc8761dcc510cc7b438a7289f43b12d /frontend/src/components/NewPaste.js
parentlatex live preview (diff)
downloadctrl-v-ff10e4ad18854bc675a58621e069ca13726e951b.tar.xz
ctrl-v-ff10e4ad18854bc675a58621e069ca13726e951b.zip
inline splitting
Diffstat (limited to 'frontend/src/components/NewPaste.js')
-rw-r--r--frontend/src/components/NewPaste.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontend/src/components/NewPaste.js b/frontend/src/components/NewPaste.js
index 615dc2a..8012b99 100644
--- a/frontend/src/components/NewPaste.js
+++ b/frontend/src/components/NewPaste.js
@@ -31,8 +31,7 @@ const FlexRight = styled.div`
`
const LatexWrapper = styled.div`
- margin-top: 2em;
- margin-bottom: 2em;
+ margin: 2em;
`
class NewPaste extends React.Component {