diff options
| author | jackyzha0 <[email protected]> | 2020-05-23 00:39:56 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-23 00:39:56 -0700 |
| commit | ff10e4ad18854bc675a58621e069ca13726e951b (patch) | |
| tree | f1a784d7dcc8761dcc510cc7b438a7289f43b12d /frontend/src/components/NewPaste.js | |
| parent | latex live preview (diff) | |
| download | ctrl-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.js | 3 |
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 { |