Skip to content

Commit ff9f54c

Browse files
committed
Removing inline style
1 parent adf7637 commit ff9f54c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/legacy/core_plugins/kibana/public/management/sections/index_patterns/empty_index_pattern_prompt/_empty_index_pattern_prompt.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
@extend %inp-empty-state-footer;
88
}
99

10+
.inpEmptyIndexPatternPrompt__title {
11+
// override EUI specificity
12+
width: auto !important; // sass-lint:disable-line no-important
13+
}
14+
1015
@include euiBreakpoint('xs', 's') {
1116
.inpEmptyIndexPatternPrompt__illustration > svg {
1217
width: $euiSize * 12;

src/legacy/core_plugins/kibana/public/management/sections/index_patterns/empty_index_pattern_prompt/empty_index_pattern_prompt.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const EmptyIndexPatternPrompt: FunctionComponent<Props> = ({
8080
</EuiFlexGroup>
8181
<EuiSpacer size="xxl" />
8282
<EuiDescriptionList className="inpEmptyIndexPatternPrompt__footer" type="responsiveColumn">
83-
<EuiDescriptionListTitle style={{ width: 'auto' }}>
83+
<EuiDescriptionListTitle className="inpEmptyIndexPatternPrompt__title">
8484
<FormattedMessage
8585
id="kbn.management.emptyIndexPatternPrompt.learnMore"
8686
defaultMessage="Want to learn more?"

0 commit comments

Comments
 (0)