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 {
|
.schema-browser {
|
||||||
height: 300px;
|
height: 300px;
|
||||||
overflow: scroll;
|
overflow-y: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.table-name {
|
div.table-name {
|
||||||
overflow: scroll;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
Reference in New Issue
Block a user