Merge pull request #403 from EverythingMe/chore/release_process

Fix: schema browser styles
This commit is contained in:
Arik Fraimovich 2015-04-08 16:14:30 +03:00
commit 0b7cd07db0

View File

@ -310,11 +310,12 @@ counter-renderer counter-name {
.schema-browser {
height: 300px;
overflow: scroll;
overflow-y: auto;
overflow-x: hidden;
}
div.table-name {
overflow: scroll;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;