Skip to content

Commit

Permalink
[Look&Feel] apply small list pattern guidance to remaning OSD experie…
Browse files Browse the repository at this point in the history
…nces (opensearch-project#7621)

Signed-off-by: Zhongnan Su <[email protected]>
  • Loading branch information
zhongnansu authored Aug 6, 2024
1 parent 43dc2d6 commit 7c14589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ function renderTasks(tasks: MultiTaskTodoInput['tasks'], search?: string) {
key={task}
data-test-subj="multiTaskTodoTask"
label={wrapSearchTerms(task, search)}
size="s"
/>
));
}
Expand Down
1 change: 1 addition & 0 deletions src/core/public/chrome/ui/header/recent_items.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export const RecentItems = ({
</>
}
color="text"
size="s"
/>
))}
</EuiListGroup>
Expand Down

0 comments on commit 7c14589

Please sign in to comment.