mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
fix(ListView): empty state not filling available width (#39387)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
b3e88db87e
commit
998b9e387b
@@ -188,6 +188,7 @@ const ViewModeContainer = styled.div`
|
||||
const EmptyWrapper = styled.div`
|
||||
${({ theme }) => `
|
||||
padding: ${theme.sizeUnit * 40}px 0;
|
||||
width: 100%;
|
||||
|
||||
&.table {
|
||||
background: ${theme.colorBgContainer};
|
||||
|
||||
Reference in New Issue
Block a user