diff options
author | 2018-06-07 16:56:52 +0100 | |
---|---|---|
committer | 2018-06-07 16:56:52 +0100 | |
commit | 31947683f3941d7d4c749df016ba70f0dbde3642 (patch) | |
tree | 38932994bd2c599294098fc81a85364ebd689135 /scss/pysite/pages/wiki | |
parent | CONTRIBUTING.md has to be in the repo root (diff) |
Move editor sizing SCSS to uses-rst class
Diffstat (limited to 'scss/pysite/pages/wiki')
-rw-r--r-- | scss/pysite/pages/wiki/_common.scss | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scss/pysite/pages/wiki/_common.scss b/scss/pysite/pages/wiki/_common.scss index c5ab3a2f..ac062b59 100644 --- a/scss/pysite/pages/wiki/_common.scss +++ b/scss/pysite/pages/wiki/_common.scss @@ -49,11 +49,6 @@ $page_classes: ( } } - #editor { - min-height: 50vh; - resize: vertical; - } - .sidebar-search-input { border-left: 0; border-right: 0; |