This is an automated email from the ASF dual-hosted git repository. amitmiran pushed a commit to branch 1.3 in repository https://gitbox.apache.org/repos/asf/superset.git
commit 7d97324676fa9a71c4daad3cf2c86959e3268f2a Author: Michael S. Molina <[email protected]> AuthorDate: Mon Jun 28 17:09:31 2021 -0300 chore: Uses mixed case for native filters headers (#15433) (cherry picked from commit e713912fdf96bdf26920807685931b939cbdef34) --- .../components/nativeFilters/FilterBar/FilterControls/FilterControl.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControl.tsx b/superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControl.tsx index f450306..c952c1f 100644 --- a/superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControl.tsx +++ b/superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls/FilterControl.tsx @@ -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;
