Skip to content

Commit

Permalink
make the workspace name not repsonsive that will not break into two rows
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <ihailong@amazon.com>
  • Loading branch information
Hailong-am committed Sep 24, 2024
1 parent 70751b7 commit 28ebd96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const WorkspaceNameWithIcon = ({ workspace, availableUseCases }: Props) =
const useCase = getUseCase(workspace, availableUseCases);

return (
<EuiFlexGroup gutterSize="xs" alignItems="center">
<EuiFlexGroup gutterSize="xs" alignItems="center" responsive={false}>
<EuiFlexItem>
<EuiIcon
data-test-subj={`${workspace.id}-icon`}
Expand Down

0 comments on commit 28ebd96

Please sign in to comment.