Merge pull request #2553 from IlyaPomaskin/patch-1

Resizable container for "Model Schema"
This commit is contained in:
Tony Tam
2017-01-02 13:49:17 -07:00
committed by GitHub

View File

@@ -250,7 +250,8 @@
font-size: .85em;
line-height: 1.2em;
overflow: auto;
max-height: 200px;
height: 200px;
resize: vertical;
cursor: pointer;
}
ul.signature-nav {