Fix long webhook URL overflow for custom integration

This commit is contained in:
Kukovskii Vladimir 2018-09-11 22:16:04 +09:00
parent c56f2b9615
commit 5f808174f2
2 changed files with 6 additions and 0 deletions

View File

@ -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 {

View File

@ -0,0 +1,5 @@
---
title: Fix long webhook URL overflow for custom integration.
merge_request:
author: Kukovskii Vladimir
type: fixed