diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2018-02-26 11:18:45 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2018-02-26 11:18:45 +0000 |
commit | d74aa827c4cb9f327ab028497182341921e56fbf (patch) | |
tree | 86f946b51a660ae3cee3272555bebac0e42d6301 /app/views/projects/commits | |
parent | bca29417ab4dcedfed23179c055fd0f3d5c5bce6 (diff) | |
download | gitlab-ce-d74aa827c4cb9f327ab028497182341921e56fbf.tar.gz |
Add missing class to parent element and remove extra CSS43315-gpg-popover
Diffstat (limited to 'app/views/projects/commits')
-rw-r--r-- | app/views/projects/commits/_commit.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml index 6ff7bcae54f..078bd0eee63 100644 --- a/app/views/projects/commits/_commit.html.haml +++ b/app/views/projects/commits/_commit.html.haml @@ -20,7 +20,7 @@ .avatar-cell.hidden-xs = author_avatar(commit, size: 36) - .commit-detail + .commit-detail.flex-list .commit-content = link_to_markdown_field(commit, :title, link, class: "commit-row-message item-title") %span.commit-row-message.visible-xs-inline |