mirror of
https://github.com/valitydev/redash.git
synced 2024-11-08 01:48:54 +00:00
Merge pull request #403 from EverythingMe/chore/release_process
Fix: schema browser styles
This commit is contained in:
commit
0b7cd07db0
@ -310,11 +310,12 @@ counter-renderer counter-name {
|
||||
|
||||
.schema-browser {
|
||||
height: 300px;
|
||||
overflow: scroll;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
div.table-name {
|
||||
overflow: scroll;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user