Skip to content
Snippets Groups Projects
Commit 6d80a4c4 authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Wrap issue details to prevent content misalignment

parent 18390c6a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -16,6 +16,10 @@
.issue_created_ago, .author_link {
white-space: nowrap;
}
.issue-meta {
margin-left: 65px
}
}
 
.detail-page-description {
Loading
Loading
Loading
Loading
@@ -19,15 +19,18 @@
= icon('pencil-square-o')
Edit
 
.status-box{ class: "status-box-closed #{issue_button_visibility(@issue, false)}"} Closed
.status-box{ class: "status-box-open #{issue_button_visibility(@issue, true)}"} Open
%span.identifier
Issue ##{@issue.iid}
%span.creator
·
by #{link_to_member(@project, @issue.author, size: 24)}
·
= time_ago_with_tooltip(@issue.created_at, placement: 'bottom', html_class: 'issue_created_ago')
.pull-left
.status-box{ class: "status-box-closed #{issue_button_visibility(@issue, false)}"} Closed
.status-box{ class: "status-box-open #{issue_button_visibility(@issue, true)}"} Open
.issue-meta
%span.identifier
Issue ##{@issue.iid}
%span.creator
·
by #{link_to_member(@project, @issue.author, size: 24)}
·
= time_ago_with_tooltip(@issue.created_at, placement: 'bottom', html_class: 'issue_created_ago')
 
.issue-details.issuable-details
.detail-page-description.content-block
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