Resizable container for "Model Schema"

This commit is contained in:
Ilya Pomaskin
2016-12-02 19:15:50 +03:00
committed by GitHub
parent 4e234cc3c7
commit 0f12d5d45c

View File

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