Skip to content

Commit 6db253b

Browse files
fixes
1 parent 5efe8c6 commit 6db253b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/ui/src/views/repo/pull-request/details/components/conversation/pull-request-panel.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,7 @@ const PullRequestPanel = ({
520520
disableHover
521521
>
522522
<StackedList.Field
523+
className="min-w-fit"
523524
title={
524525
<HeaderTitle
525526
isDraft={isDraft}
@@ -548,7 +549,7 @@ const PullRequestPanel = ({
548549
<StackedList.Field
549550
right
550551
title={
551-
<Layout.Horizontal align="center" justify="center" gap="sm">
552+
<Layout.Horizontal align="center" gap="sm" wrap="wrap">
552553
{!notBypassable && isMergeable && !isDraft && prPanelData.ruleViolation && (
553554
<Checkbox
554555
className="flex-1"

0 commit comments

Comments
 (0)