Skip to content

Commit

Permalink
adjust callout in DrilldownHello
Browse files Browse the repository at this point in the history
  • Loading branch information
andreadelrio committed Mar 16, 2020
1 parent cbbc624 commit 5dbf4d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.drdHelloBar__content .euiFlexItem {
margin: $euiSizeL; // increase spacing between elements
}
// .drdHelloBar__content .euiFlexItem {
// margin: $euiSizeL; // increase spacing between elements
// }
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {
EuiLink,
EuiSpacer,
EuiButtonEmpty,
EuiIcon,
} from '@elastic/eui';
import './drilldown_hello_bar.scss';
import { txtHideHelpButtonLabel, txtHelpText, txtViewDocsLinkLabel } from './i18n';
Expand All @@ -31,10 +32,12 @@ export const DrilldownHelloBar: React.FC<DrilldownHelloBarProps> = ({
}) => {
return (
<EuiCallOut
iconType="help"
data-test-subj={WELCOME_MESSAGE_TEST_SUBJ}
title={
<EuiFlexGroup className="drdHelloBar__content">
<EuiFlexItem grow={false}>
<EuiIcon type="help" />
</EuiFlexItem>
<EuiFlexItem grow={true}>
<EuiText size={'s'}>
<EuiTextColor color="subdued">{txtHelpText}</EuiTextColor>
Expand Down

0 comments on commit 5dbf4d3

Please sign in to comment.