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
+22 -22
View File
File diff suppressed because one or more lines are too long
+1
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 {