[Sql Lab] Fix query results display at the bottom of screen (#4246)

This commit is contained in:
Grace Guo
2018-01-19 10:19:54 -08:00
committed by GitHub
parent 1c56319be4
commit 7b76356182
4 changed files with 24 additions and 10 deletions

View File

@@ -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;
}