Skip to content

Commit

Permalink
Added max width to Kibana solution card
Browse files Browse the repository at this point in the history
  • Loading branch information
cqliu1 committed Jul 14, 2020
1 parent 3709fc3 commit 6a1c38d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
}
}


.homSolutionsPanel__appSearch {
.homSolutionsPanel__appSearchHeader {
background-color: #017d73;
Expand Down Expand Up @@ -80,6 +79,8 @@
}

.homSolutionsPanel__kibana {
max-width: 50%;

.homSolutionsPanel__kibanaHeader {
background-color: #006bb4;
color: $euiColorEmptyShade;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export const SolutionsPanel: FunctionComponent<Props> = ({
observability,
securitySolution,
}) => (
<EuiFlexGroup>
<EuiFlexGroup justifyContent="spaceAround">
{appSearch || observability || securitySolution ? (
<EuiFlexItem>
<EuiFlexGroup direction="column">
Expand Down

0 comments on commit 6a1c38d

Please sign in to comment.