diff options
| author | jackyzha0 <[email protected]> | 2021-04-11 14:59:18 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2021-04-11 14:59:18 -0700 |
| commit | ae95ae5f73aff977e24f4b2ee1056226d168852f (patch) | |
| tree | d90a0da063f081d8db18581176983c078056cd37 | |
| parent | fix broken multiline (diff) | |
| download | ctrl-v-ae95ae5f73aff977e24f4b2ee1056226d168852f.tar.xz ctrl-v-ae95ae5f73aff977e24f4b2ee1056226d168852f.zip | |
readd preset height
| -rw-r--r-- | frontend/src/components/Inputs/Code.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/Inputs/Code.js b/frontend/src/components/Inputs/Code.js index 96c08c4..6d1b35c 100644 --- a/frontend/src/components/Inputs/Code.js +++ b/frontend/src/components/Inputs/Code.js @@ -22,7 +22,7 @@ const EditorWrapper = styled(Editor)` & pre, & code, & > textarea { ${CodeLike} - // min-height: 40vh; + min-height: 40vh; } & pre { |