File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/components/ciPipeline/Webhook Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -363,11 +363,11 @@ export function WebhookDetailsModal({ close }: WebhookDetailType) {
363
363
return (
364
364
< div className = "mb-16" >
365
365
< div className = "flexbox w-100 dc__position-rel en-2 bw-1 br-4 h-32" >
366
+ { renderWebhhokTokenLabel ( ) }
366
367
< CustomInput
367
368
name = "api-token"
368
- label = { renderWebhhokTokenLabel ( ) }
369
369
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 "
371
371
onChange = { handleTokenChange }
372
372
value = { tryoutAPIToken }
373
373
error = { showTryoutAPITokenError && WEBHOOK_NO_API_TOKEN_ERROR }
@@ -381,7 +381,7 @@ export function WebhookDetailsModal({ close }: WebhookDetailType) {
381
381
return (
382
382
< div >
383
383
< 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 " >
385
385
{ token }
386
386
< Tippy
387
387
className = "default-tt"
You can’t perform that action at this time.
0 commit comments