Skip to content

Commit

Permalink
Fit and Finish Content Panel update
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Dong <danieldong51@gmail.com>
  • Loading branch information
danieldong51 committed Sep 9, 2024
1 parent c65fb18 commit fcc2a49
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion public/components/ContentPanel/ContentPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const renderSubTitleText = (subTitleText: string | JSX.Element): JSX.Element | n

const ContentPanel = ({
title = '',
titleSize = 'm',
titleSize = 's',
subTitleText = '',
bodyStyles = {},
panelStyles = {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1172,10 +1172,10 @@ exports[`<Alerts /> spec renders the component 1`] = `
className="euiFlexItem"
>
<EuiText
size="m"
size="s"
>
<div
className="euiText euiText--medium"
className="euiText euiText--small"
>
<h2>
Alerts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Object {
class="euiFlexItem"
>
<div
class="euiText euiText--medium"
class="euiText euiText--small"
>
<h2>
Detection rules (0)
Expand Down Expand Up @@ -405,7 +405,7 @@ Object {
class="euiFlexItem"
>
<div
class="euiText euiText--medium"
class="euiText euiText--small"
>
<h2>
Detection rules (0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1532,10 +1532,10 @@ exports[`<DetectorDetails /> spec renders the component 1`] = `
className="euiFlexItem"
>
<EuiText
size="m"
size="s"
>
<div
className="euiText euiText--medium"
className="euiText euiText--small"
>
<h2>
Detector details
Expand Down Expand Up @@ -2816,10 +2816,10 @@ exports[`<DetectorDetails /> spec renders the component 1`] = `
className="euiFlexItem"
>
<EuiText
size="m"
size="s"
>
<div
className="euiText euiText--medium"
className="euiText euiText--small"
>
<h2>
Active rules (2)
Expand Down

0 comments on commit fcc2a49

Please sign in to comment.