Skip to content

Commit

Permalink
Remove whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
EMaksy committed Feb 17, 2023
1 parent be3d8d0 commit daa4c9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/js/components/ClusterDetails/ClusterDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ export function ClusterDetails() {
return (
<div>
<BackButton url="/clusters">Back to Clusters</BackButton>
<div className="flex flex-wrap ">
<div className="flex w-1/2 h-auto overflow-hidden overflow-ellipsis break-words ">
<div className="flex flex-wrap">
<div className="flex w-1/2 h-auto overflow-hidden overflow-ellipsis break-words">
<PageHeader className="whitespace-normal">
Pacemaker Cluster Details:{' '}
<span className="font-bold">{getClusterName(cluster)}</span>
Expand All @@ -126,7 +126,7 @@ export function ClusterDetails() {
<div className="flex w-fit whitespace-nowrap">
<Button
type="primary-white"
className="inline-block mx-0.5 border-green-500 border "
className="inline-block mx-0.5 border-green-500 border"
size="small"
onClick={() => navigate(`/clusters/${clusterID}/settings`)}
>
Expand Down

0 comments on commit daa4c9a

Please sign in to comment.