diff options
| author | Ryan Mehri <[email protected]> | 2020-05-23 09:53:02 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-23 09:53:02 -0600 |
| commit | 128ed6ef43d960becfeaef96615aa06e16932195 (patch) | |
| tree | d81289bc118b006ddec2e9f7162f188e0d8f8ec8 /frontend/src/components/Inputs.js | |
| parent | Merge pull request #29 from jackyzha0/order-langs (diff) | |
| parent | fix weird padding (diff) | |
| download | ctrl-v-128ed6ef43d960becfeaef96615aa06e16932195.tar.xz ctrl-v-128ed6ef43d960becfeaef96615aa06e16932195.zip | |
Merge pull request #30 from jackyzha0/latex-renderer
latex renderer live preview
Diffstat (limited to 'frontend/src/components/Inputs.js')
| -rw-r--r-- | frontend/src/components/Inputs.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/components/Inputs.js b/frontend/src/components/Inputs.js index b96ceb0..872afd7 100644 --- a/frontend/src/components/Inputs.js +++ b/frontend/src/components/Inputs.js @@ -7,6 +7,7 @@ import { LANGS, THEMES } from './renderers/Code'; const RelPositioning = styled.div` position: relative; + height: calc(100% - 4em); ` const FlexChild = styled.div` |