Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/webhooks/components/form_url_app.vue')
-rw-r--r--app/assets/javascripts/webhooks/components/form_url_app.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/webhooks/components/form_url_app.vue b/app/assets/javascripts/webhooks/components/form_url_app.vue
index 4fafeff8804..f20d4d9312b 100644
--- a/app/assets/javascripts/webhooks/components/form_url_app.vue
+++ b/app/assets/javascripts/webhooks/components/form_url_app.vue
@@ -170,6 +170,7 @@ export default {
id="webhook-url"
v-model="url"
name="hook[url]"
+ class="gl-form-input-xl"
:state="urlState"
:placeholder="$options.i18n.urlPlaceholder"
data-testid="form-url"