Commit a5491fd1 authored by Phil Hughes's avatar Phil Hughes

Merge branch '41040-long-webhook-url-problem' into 'master'

Fix long webhook URL overflow for custom integration

Closes #41040

See merge request gitlab-org/gitlab-ce!21668
parents 0d1576c4 5f808174
......@@ -111,6 +111,7 @@ ul.content-list {
border-color: $white-normal;
font-size: $gl-font-size;
color: $gl-text-color;
word-break: break-word;
&.no-description {
.title {
......
---
title: Fix long webhook URL overflow for custom integration.
merge_request:
author: Kukovskii Vladimir
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment