Fix issue with long table names in sidebar

This commit is contained in:
Dan Sosedoff 2016-02-19 20:32:43 -06:00
parent 3f4057b17c
commit f308d1cfde
2 changed files with 6 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -590,6 +590,8 @@
cursor: pointer;
padding: 0px 8px;
padding-left: 16px;
white-space: nowrap;
overflow: x-scroll;
}
.schema .schema-container .schema-group ul li i {