mirror of
https://github.com/apache/superset.git
synced 2026-04-26 19:44:58 +00:00
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:
committed by
GitHub
parent
14ccbe43b3
commit
5d04f7dbce
@@ -75,6 +75,10 @@ export const Table = styled.table`
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
span {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
svg {
|
||||
display: inline-block;
|
||||
top: 6px;
|
||||
|
||||
Reference in New Issue
Block a user