diff options
| author | jackyzha0 <[email protected]> | 2020-05-23 11:29:05 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-23 11:29:05 -0700 |
| commit | a8221e69b304b2c9ab36b4f24e3c27bd9a86cd53 (patch) | |
| tree | b59b1a2291d25f457c4be7d6fa906ea2040f1359 /frontend/src/components | |
| parent | fix stupid large-op render bug (diff) | |
| download | ctrl-v-a8221e69b304b2c9ab36b4f24e3c27bd9a86cd53.tar.xz ctrl-v-a8221e69b304b2c9ab36b4f24e3c27bd9a86cd53.zip | |
change inline padding for latex
Diffstat (limited to 'frontend/src/components')
| -rw-r--r-- | frontend/src/components/renderers/Latex.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/renderers/Latex.js b/frontend/src/components/renderers/Latex.js index c5dd57c..7aacf7a 100644 --- a/frontend/src/components/renderers/Latex.js +++ b/frontend/src/components/renderers/Latex.js @@ -5,7 +5,7 @@ import styled from 'styled-components' const StyledInlineLatex = styled.div` display: block; - margin-bottom: 0.5em; + margin-bottom: 1em; ` class Latex extends React.Component { |