mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +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
@@ -93,6 +93,8 @@ const Styles = styled.div`
|
||||
border-right: 1px solid ${({ theme }) => theme.colors.grayscale.light2};
|
||||
}
|
||||
.main-explore-content {
|
||||
flex: 1;
|
||||
min-width: ${({ theme }) => theme.gridUnit * 128}px;
|
||||
border-left: 1px solid ${({ theme }) => theme.colors.grayscale.light2};
|
||||
}
|
||||
.controls-column {
|
||||
|
||||
Reference in New Issue
Block a user