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
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-09-21 08:45:02 +0300
committerPhil Hughes <me@iamphill.com>2018-09-21 08:45:02 +0300
commita5491fd12d12715001a6383a1fd940edd4a1ae32 (patch)
tree0f42b7b4dc613bfdcdd6bcb1f793231683c6ba42 /app
parent0d1576c420c0420cc561972a95986e72fc8bbf17 (diff)
parent5f808174f205e23d6938ec959001b3018e71e8bb (diff)
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
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/lists.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/lists.scss b/app/assets/stylesheets/framework/lists.scss
index fdc0454d837..d9d4a210f5f 100644
--- a/app/assets/stylesheets/framework/lists.scss
+++ b/app/assets/stylesheets/framework/lists.scss
@@ -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 {