Skip to content

Commit 2daa51a

Browse files
committed
more improvements
1 parent 6a1b737 commit 2daa51a

File tree

2 files changed

+2
-2
lines changed
  • x-pack/plugins/maps/public/connected_components/layer_panel/join_editor/resources

2 files changed

+2
-2
lines changed

x-pack/plugins/maps/public/connected_components/layer_panel/join_editor/resources/_join.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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;

x-pack/plugins/maps/public/connected_components/layer_panel/join_editor/resources/join.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
);

0 commit comments

Comments
 (0)