You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2015/08/14 16:29:45 UTC

[6/8] allura git commit: [#7948] max-height defeats the purpose of fullscreen

[#7948] max-height defeats the purpose of fullscreen


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/c0e2faa2
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/c0e2faa2
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/c0e2faa2

Branch: refs/heads/master
Commit: c0e2faa2f88b5f72ab9c4da726b5f7ee4f21c716
Parents: e092166
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Thu Aug 13 17:23:37 2015 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Fri Aug 14 14:29:15 2015 +0000

----------------------------------------------------------------------
 Allura/allura/lib/widgets/resources/css/markitup_sf.css | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/c0e2faa2/Allura/allura/lib/widgets/resources/css/markitup_sf.css
----------------------------------------------------------------------
diff --git a/Allura/allura/lib/widgets/resources/css/markitup_sf.css b/Allura/allura/lib/widgets/resources/css/markitup_sf.css
index 3b3e946..c8b388f 100644
--- a/Allura/allura/lib/widgets/resources/css/markitup_sf.css
+++ b/Allura/allura/lib/widgets/resources/css/markitup_sf.css
@@ -34,6 +34,9 @@
   min-height: 60px;
   max-height: 500px;
 }
+.markdown_edit .CodeMirror-fullscreen .CodeMirror-scroll {
+  max-height: none;
+}
 .markdown_edit .editor-statusbar {
   border: 1px solid #ddd;
   border-bottom-left-radius: 4px;