fix(settings): adjust custom domain table cell styling (#11060)

Set table cell display to block to ensure proper rendering and
alignment. This resolves layout issues caused by the previous styling.
This commit is contained in:
Antoine Moreaux
2025-03-20 13:35:58 +01:00
committed by GitHub
parent 5f390d75b0
commit 295f153abe

View File

@ -18,7 +18,7 @@ const StyledTable = styled(Table)`
const StyledTableCell = styled(TableCell)`
overflow: hidden;
display: block;
padding: 0 ${({ theme }) => theme.spacing(3)} 0 0;
&:first-child {