Fixed attachment identifier displaying underneath note text

This commit is contained in:
Jason Blanchard 2014-02-19 20:32:42 -05:00
parent dad6b0213c
commit 29d400ba0d
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,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

View File

@ -87,7 +87,6 @@ ul.notes {
}
.attachment {
font-size: 14px;
margin-top: -20px;
}
.note-body {
@include md-typography;
@ -302,6 +301,7 @@ ul.notes {
@extend .col-md-4;
@extend .thumbnail;
margin-left: 45px;
float: none;
}