git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit 69b484ecf905bda074b7eacb6d2d8b5d31047c00

markdown: put max-height on pre areas

Matt McKegg committed on 2/20/2017, 2:31:27 AM
Parent: 3ff1094a6a4aa935685add17ed2bdf6e29bd0e9f

Files changed

styles/markdown.mcsschanged
styles/markdown.mcssView
@@ -4,6 +4,7 @@
44 overflow: auto;
55 padding: 10px;
66 background: #fbfbfb;
77 border: 1px solid #EEE;
8+ max-height: 300px;
89 }
910 }

Built with git-ssb-web