File tree 1 file changed +2
-2
lines changed
superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterControls
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,8 @@ const VerticalFilterControlTitle = styled.h4`
49
49
const HorizontalFilterControlTitle = styled ( VerticalFilterControlTitle ) `
50
50
font-weight: ${ ( { theme } ) => theme . typography . weights . normal } ;
51
51
color: ${ ( { theme } ) => theme . colors . grayscale . base } ;
52
- ${ truncationCSS }
52
+ max-width: ${ ( { theme } ) => theme . gridUnit * 15 } px;
53
+ ${ truncationCSS } ;
53
54
` ;
54
55
55
56
const HorizontalOverflowFilterControlTitle = styled (
@@ -68,7 +69,6 @@ const VerticalFilterControlTitleBox = styled.div`
68
69
69
70
const HorizontalFilterControlTitleBox = styled ( VerticalFilterControlTitleBox ) `
70
71
margin-bottom: unset;
71
- max-width: ${ ( { theme } ) => theme . gridUnit * 15 } px;
72
72
` ;
73
73
74
74
const HorizontalOverflowFilterControlTitleBox = styled (
You can’t perform that action at this time.
0 commit comments