fix: Data tables styling issues on Explore view (#12383)

* Fix sort icons wrapping

* Fix large table stretching chart section container

* Implement sticky paginattion

* Display "loading" when data is loading

* Lint fix
This commit is contained in:
Kamil Gabryjelski
2021-01-09 17:04:53 +01:00
committed by GitHub
parent 14ccbe43b3
commit 5d04f7dbce
7 changed files with 78 additions and 38 deletions

View File

@@ -75,6 +75,10 @@ export const Table = styled.table`
min-width: 200px;
}
span {
white-space: nowrap;
}
svg {
display: inline-block;
top: 6px;