Commit 1446a03e authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Remove fixed class from file actions

parent 2bb2544e
......@@ -254,7 +254,7 @@ span.idiff {
margin: 0 10px 0 0;
}
.file-actions-fixed {
.file-actions {
white-space: nowrap;
.btn {
......
......@@ -3,7 +3,7 @@
= render "projects/diffs/file_header", diff_file: diff_file, blob: blob, diff_commit: diff_commit, project: project, url: "##{file_hash}"
- unless diff_file.submodule?
.file-actions-fixed.hidden-xs
.file-actions.hidden-xs
- if blob_text_viewable?(blob)
= link_to '#', class: 'js-toggle-diff-comments btn active has-tooltip btn-file-option', title: "Toggle comments for this file", disabled: @diff_notes_disabled do
= icon('comment')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment