Skip to content

Commit 02ab794

Browse files
committed
fix for broken ui
1 parent 13eb6ee commit 02ab794

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/ciPipeline/Webhook/WebhookDetailsModal.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,11 +363,11 @@ export function WebhookDetailsModal({ close }: WebhookDetailType) {
363363
return (
364364
<div className="mb-16">
365365
<div className="flexbox w-100 dc__position-rel en-2 bw-1 br-4 h-32">
366+
{renderWebhhokTokenLabel()}
366367
<CustomInput
367368
name="api-token"
368-
label={renderWebhhokTokenLabel()}
369369
placeholder="Enter API token"
370-
rootClassName="bcn-0 dc__no-border"
370+
rootClassName="bcn-0 dc__no-border-imp w-100 h-32 p-0-imp"
371371
onChange={handleTokenChange}
372372
value={tryoutAPIToken}
373373
error={showTryoutAPITokenError && WEBHOOK_NO_API_TOKEN_ERROR}
@@ -381,7 +381,7 @@ export function WebhookDetailsModal({ close }: WebhookDetailType) {
381381
return (
382382
<div>
383383
<div className="cn-7 mt-16 mb-8 fs-13">{titlePrefix} API token</div>
384-
<div className="fs-13 font-roboto flexbox dc__word-break">
384+
<div className="fs-13 font-roboto flexbox dc__word-break pl-8-imp">
385385
{token}
386386
<Tippy
387387
className="default-tt"

0 commit comments

Comments
 (0)