Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
452d7cd3
Commit
452d7cd3
authored
Dec 26, 2018
by
Rubén Moya
Committed by
Fatih Acet
Dec 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add word-break to issue title to fix edit button disspearing
parent
78dcdc87
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+4
-0
changelogs/unreleased/55484-fix-edit-button.yml
changelogs/unreleased/55484-fix-edit-button.yml
+4
-0
No files found.
app/assets/stylesheets/pages/issuable.scss
View file @
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
{
...
...
changelogs/unreleased/55484-fix-edit-button.yml
0 → 100644
View file @
452d7cd3
title
:
Fix edit button disappearing in issue title
merge_request
:
23948
author
:
Ruben Moya
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment