Skip to content

Commit

Permalink
fix text overflow on group slide over
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalabbad committed Jul 25, 2024
1 parent 335de75 commit bbdf03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/src/components/display/slide-over.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const SlideOverTitle = ({
</div>

<div className="flex justify-between">
<div className="text-sm flex items-center gap-2 whitespace-nowrap">
<div className="text-sm flex items-center gap-2 whitespace-nowrap w-full">
{schema.label}

{currentObjectLabel && (
Expand Down

0 comments on commit bbdf03f

Please sign in to comment.