Skip to content

Commit

Permalink
use compress EuiDescriptionList (opensearch-project#7861)
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <ihailong@amazon.com>
  • Loading branch information
Hailong-am authored Aug 28, 2024
1 parent cb273fc commit 930e244
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const WorkspaceListCard = (props: WorkspaceListCardProps) => {
const createWorkspaceButton = (
<EuiSmallButton
iconType="plus"
iconSize="s"
iconGap="s"
contentProps={{ style: { padding: '0 4px' } }}
data-test-subj="create_workspace"
aria-label="create workspace"
Expand Down Expand Up @@ -223,6 +223,7 @@ export const WorkspaceListCard = (props: WorkspaceListCardProps) => {
/>
) : (
<EuiDescriptionList
compressed
type="column"
titleProps={{ style: { width: '70%' } }}
descriptionProps={{ style: { width: '30%' } }}
Expand Down

0 comments on commit 930e244

Please sign in to comment.