File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
x-pack/plugins/maps/public/connected_components/layer_panel/join_editor/resources Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22 position : relative ;
33 background : tintOrShade ($euiColorLightShade , 85% , 0 );
44 border-radius : $euiBorderRadius ;
5- padding : $euiSizeS ;
5+ padding : $euiSizeS $euiSizeXS ;
66
77 .mapJoinItem__inner {
88 @include euiScrollBar ;
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ export class Join extends Component {
152152 applyGlobalQuery = { right . applyGlobalQuery }
153153 setApplyGlobalQuery = { this . _onApplyGlobalQueryChange }
154154 label = { i18n . translate ( 'xpack.maps.layerPanel.join.applyGlobalQueryCheckboxLabel' , {
155- defaultMessage : `Apply global filter to joins ` ,
155+ defaultMessage : `Apply global filter to join ` ,
156156 } ) }
157157 />
158158 ) ;
You can’t perform that action at this time.
0 commit comments