diff options
| author | jackyzha0 <[email protected]> | 2021-03-06 15:44:54 -0800 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2021-03-06 15:44:54 -0800 |
| commit | 37f05def31112563fd9d8f3b0c9bf8cebb607d86 (patch) | |
| tree | b050e9d49affc57765b91a2753e201ef707c5541 /frontend/src/components/Form | |
| parent | code renderer virtualization, better visuals (diff) | |
| download | ctrl-v-37f05def31112563fd9d8f3b0c9bf8cebb607d86.tar.xz ctrl-v-37f05def31112563fd9d8f3b0c9bf8cebb607d86.zip | |
fix modal zindex
Diffstat (limited to 'frontend/src/components/Form')
| -rw-r--r-- | frontend/src/components/Form/mixins.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/components/Form/mixins.js b/frontend/src/components/Form/mixins.js index 600a861..ff2759f 100644 --- a/frontend/src/components/Form/mixins.js +++ b/frontend/src/components/Form/mixins.js @@ -38,8 +38,8 @@ export const InputLike = css` export const CodeLike = css` font-family: JetBrains Mono !important; - font-size: 14px !important; - line-height: 1.2em !important; + font-size: 13px !important; + line-height: 1.6em !important; white-space: pre-wrap; ` |