Commit 3a7c8918 authored by Fatih Acet's avatar Fatih Acet

Merge branch '55484-fix-edit-button' into 'master'

Add word-break to issue title to fix edit button disspearing

Closes #55484

See merge request gitlab-org/gitlab-ce!23948
parents 78dcdc87 452d7cd3
......@@ -60,6 +60,10 @@
padding: 0;
margin-bottom: $gl-padding;
border-bottom: 0;
word-wrap: break-word;
overflow-wrap: break-word;
min-width: 0;
width: 100%;
}
.btn-edit {
......
title: Fix edit button disappearing in issue title
merge_request: 23948
author: Ruben Moya
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