mirror of
https://github.com/apache/superset.git
synced 2026-06-08 17:19:20 +00:00
[Sql Lab] Fix query results display at the bottom of screen (#4246)
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
.ReactVirtualized__Grid__innerScrollContainer {
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
.ReactVirtualized__Table__headerRow {
|
||||
font-weight: 700;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
.ReactVirtualized__Table__row {
|
||||
display: flex;
|
||||
@@ -50,11 +54,6 @@
|
||||
}
|
||||
.even-row { background: #f2f2f2; }
|
||||
.odd-row { background: #ffffff; }
|
||||
.even-row,
|
||||
.odd-row {
|
||||
border: none;
|
||||
}
|
||||
.filterable-table-container {
|
||||
overflow: auto;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user