Skip to content
Snippets Groups Projects
Commit f248e4f5 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #6359 from jasonblanchard/comment-attachment-filename

Fixed attachment identifier displaying underneath note text
parents eb7cf9ba 29d400ba
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -36,6 +36,7 @@ v 6.6.0
- Restyle Issue#show page and MR#show page
- Ability to filter by multiple labels for Issues page
- Rails version to 4.0.3
- Fixed attachment identifier displaying underneath note text (Jason Blanchard)
 
v 6.5.1
- Fix branch selectbox when create merge request from fork
Loading
Loading
Loading
Loading
@@ -87,7 +87,6 @@ ul.notes {
}
.attachment {
font-size: 14px;
margin-top: -20px;
}
.note-body {
@include md-typography;
Loading
Loading
@@ -305,6 +304,7 @@ ul.notes {
@extend .col-md-4;
@extend .thumbnail;
margin-left: 45px;
float: none;
}
 
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment