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
commit e54030dee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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; height: 30px;
padding: 0px 8px; padding: 0px 8px;
cursor: pointer; cursor: pointer;
white-space: nowrap;
} }
.schema .schema-container { .schema .schema-container {