Skip to content
Snippets Groups Projects
Commit 1d6c7ecc authored by Arinde Eniola's avatar Arinde Eniola
Browse files

fix button overflow on issue page header

parent d19abe6f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -20,6 +20,10 @@
.issue-meta {
display: inline-block;
line-height: 20px;
@media (min-width: $screen-sm-min) {
width: 48%;
}
}
}
 
Loading
Loading
Loading
Loading
@@ -28,14 +28,13 @@
%span.creator
opened
.editor-details
.editor-details
= time_ago_with_tooltip(@issue.created_at)
by
%strong
= link_to_member(@project, @issue.author, size: 24, mobile_classes: "hidden-xs")
%strong
= link_to_member(@project, @issue.author, size: 24, mobile_classes: "hidden-sm hidden-md hidden-lg",
by_username: true, avatar: false)
= time_ago_with_tooltip(@issue.created_at)
by
%strong
= link_to_member(@project, @issue.author, size: 24, mobile_classes: "hidden-xs")
%strong
= link_to_member(@project, @issue.author, size: 24, mobile_classes: "hidden-sm hidden-md hidden-lg",
by_username: true, avatar: false)
 
.pull-right.issue-btn-group
- if can?(current_user, :create_issue, @project)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment