Commit 452d7cd3 authored by Rubén Moya's avatar Rubén Moya Committed by Fatih Acet

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

parent 78dcdc87
......@@ -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