We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5efe8c6 commit 6db253bCopy full SHA for 6db253b
packages/ui/src/views/repo/pull-request/details/components/conversation/pull-request-panel.tsx
@@ -520,6 +520,7 @@ const PullRequestPanel = ({
520
disableHover
521
>
522
<StackedList.Field
523
+ className="min-w-fit"
524
title={
525
<HeaderTitle
526
isDraft={isDraft}
@@ -548,7 +549,7 @@ const PullRequestPanel = ({
548
549
550
right
551
- <Layout.Horizontal align="center" justify="center" gap="sm">
552
+ <Layout.Horizontal align="center" gap="sm" wrap="wrap">
553
{!notBypassable && isMergeable && !isDraft && prPanelData.ruleViolation && (
554
<Checkbox
555
className="flex-1"
0 commit comments