Merge pull request #448 from jim68000/master

Fix for visual glitch when schema name wider than 250px
This commit is contained in:
Dan Sosedoff
2019-12-04 12:39:42 -06:00
committed by GitHub
2 changed files with 23 additions and 22 deletions

File diff suppressed because one or more lines are too long

View File

@@ -707,6 +707,7 @@
height: 30px;
padding: 0px 8px;
cursor: pointer;
white-space: nowrap;
}
.schema .schema-container {