Fix row-level permissions 'Where' left spacing (#17831)

<img width="634" height="289" alt="image"
src="https://github.com/user-attachments/assets/c8fe85e1-ecac-4b57-be36-6c4a5e426c60"
/>
This commit is contained in:
Thomas des Francs
2026-02-10 11:48:32 +01:00
committed by GitHub
parent 52fe21c04b
commit 24c6d3fef3
@@ -18,6 +18,7 @@ const StyledText = styled.div`
color: ${({ theme }) => theme.font.color.tertiary};
display: flex;
height: ${({ theme }) => theme.spacing(8)};
padding-left: ${({ theme }) => theme.spacing(2)};
`;
const StyledContainer = styled.div`