Skip to content

Commit 7f70d10

Browse files
committed
Tweak pending Send status pill spacing
1 parent 1082622 commit 7f70d10

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/send/sent-response-status.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,13 @@ export const PendingResponseStatusSection = observer((props: {
9393
<header>
9494
<Pill
9595
color={getStatusColor(undefined, props.theme)}
96+
// Spacing here is intended to be approx the same as "200: OK" to avoid
97+
// too much layout churn between pending & completed requests
9698
>
97-
&nbsp;...&nbsp;
99+
&nbsp;&nbsp;&nbsp;&nbsp;...&nbsp;&nbsp;&nbsp;&nbsp;
98100
</Pill>
99101
<DurationPill timingEvents={props.timingEvents ?? {}} />
102+
100103
{ props.abortRequest &&
101104
<AbortButton
102105
color={props.theme.popColor}

0 commit comments

Comments
 (0)