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:
committed by
GitHub
parent
52fe21c04b
commit
24c6d3fef3
+1
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user