fix(ListView): empty state not filling available width (#39387)

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Michael S. Molina
2026-04-15 16:32:12 -03:00
committed by GitHub
parent b3e88db87e
commit 998b9e387b

View File

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