Fix for visual glitch when schema name wider than 250px

This commit is contained in:
Jim Smith 2019-12-04 14:45:27 +00:00
parent 07a9b00710
commit e5c53d598c
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 {