Skip to content

Commit

Permalink
fixed merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
cqliu1 committed Oct 4, 2019
1 parent 658b19e commit 02bdb26
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import {
EuiAccordion,
EuiText,
EuiButton,
EuiFormRowhasEmptyLabelSpace,
} from '@elastic/eui';
import { DEFAULT_WORKPAD_CSS } from '../../../common/lib/constants';
import { ComponentStrings } from '../../../i18n';
Expand Down Expand Up @@ -91,7 +90,7 @@ export class WorkpadConfig extends PureComponent {
</EuiFormRow>
</EuiFlexItem>
<EuiFlexItem grow={false}>
<EuiFormRowhasEmptyLabelSpace display="rowCompressed" hasEmptyLabelSpace>
<EuiFormRow display="rowCompressed" hasEmptyLabelSpace>
<EuiToolTip position="bottom" content={strings.getFlipDimensionTooltip()}>
<EuiButtonIcon
iconType="merge"
Expand All @@ -100,7 +99,7 @@ export class WorkpadConfig extends PureComponent {
aria-label={strings.getFlipDimensionAriaLabel()}
/>
</EuiToolTip>
</EuiFormRowhasEmptyLabelSpace>
</EuiFormRow>
</EuiFlexItem>
<EuiFlexItem>
<EuiFormRow label={strings.getPageHeightLabel()} display="rowCompressed">
Expand Down

0 comments on commit 02bdb26

Please sign in to comment.