Skip to content

Commit

Permalink
[Look&Feel] Update dsahboards/visualziation list title to use standar…
Browse files Browse the repository at this point in the history
…d size (opensearch-project#7226) (opensearch-project#7234)

(cherry picked from commit c3dd768)

Signed-off-by: Zhongnan Su <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent e5b6bce commit 49677e9
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import { FormattedMessage } from '@osd/i18n/react';
import { i18n } from '@osd/i18n';
import { debounce, keyBy, sortBy, uniq } from 'lodash';
import {
EuiTitle,
EuiInMemoryTable,
EuiPage,
EuiPageBody,
Expand Down Expand Up @@ -525,9 +524,9 @@ class TableListView extends React.Component<TableListViewProps, TableListViewSta

<EuiFlexGroup justifyContent="spaceBetween" alignItems="flexEnd" data-test-subj="top-nav">
<EuiFlexItem grow={false}>
<EuiTitle size="l">
<EuiText size="s">
<h1 id={this.props.headingId}>{this.props.tableListTitle}</h1>
</EuiTitle>
</EuiText>
</EuiFlexItem>

{this.props.createButton || defaultCreateButton}
Expand Down

0 comments on commit 49677e9

Please sign in to comment.