Commit 0c4d4988 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 1582d0b3 a017fe6e
......@@ -373,6 +373,7 @@ Please check your network connection and try again.`;
:img-size="40"
/>
</div>
<div class="timeline-content">
<note-header
:author="author"
:created-at="initialDiscussion.created_at"
......@@ -398,6 +399,7 @@ Please check your network connection and try again.`;
class-name="discussion-headline-light js-discussion-headline"
/>
</div>
</div>
<div v-if="shouldShowDiscussions" class="discussion-body">
<component
:is="wrapperComponent"
......
......@@ -550,6 +550,11 @@ $note-form-margin-left: 72px;
.note-header-info {
padding-bottom: 0;
}
.timeline-content {
overflow-x: auto;
overflow-y: hidden;
}
}
.unresolved {
......@@ -597,7 +602,6 @@ $note-form-margin-left: 72px;
.note-headline-meta {
display: inline-block;
white-space: nowrap;
.system-note-message {
white-space: normal;
......@@ -607,6 +611,10 @@ $note-form-margin-left: 72px;
color: $gl-text-color-disabled;
}
.note-timestamp {
white-space: nowrap;
}
a:hover {
text-decoration: underline;
}
......
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