chore: Uses mixed case for native filters headers (#15433)

This commit is contained in:
Michael S. Molina 2021-06-28 17:09:31 -03:00 committed by GitHub
parent f52b6715cf
commit e713912fdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ const StyledFilterControlTitleBox = styled.div`
const StyledFilterControlContainer = styled(Form)`
width: 100%;
& .ant-form-item-label > label {
&& .ant-form-item-label > label {
text-transform: none;
width: 100%;
padding-right: ${({ theme }) => theme.gridUnit * 11}px;