Skip to content
Snippets Groups Projects
Commit 452d7cd3 authored by Rubén Moya's avatar Rubén Moya Committed by Fatih Acet
Browse files

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

parent 78dcdc87
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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 {
Loading
Loading
title: Fix edit button disappearing in issue title
merge_request: 23948
author: Ruben Moya
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment