Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ef10696b
Commit
ef10696b
authored
Feb 22, 2021
by
Natalia Tepluhina
Committed by
Nicolò Maria Mezzopera
Feb 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a missing class to reply placeholder
parent
229a8457
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/assets/javascripts/design_management/components/design_notes/design_discussion.vue
..._management/components/design_notes/design_discussion.vue
+1
-1
changelogs/unreleased/ntepluhina-fix-design-management-reply-placeholder.yml
...ed/ntepluhina-fix-design-management-reply-placeholder.yml
+5
-0
No files found.
app/assets/javascripts/design_management/components/design_notes/design_discussion.vue
View file @
ef10696b
...
...
@@ -253,7 +253,7 @@ export default {
:class=
"{ 'gl-bg-blue-50': isDiscussionActive }"
@
error=
"$emit('update-note-error', $event)"
/>
<li
v-show=
"isReplyPlaceholderVisible"
class=
"reply-wrapper"
>
<li
v-show=
"isReplyPlaceholderVisible"
class=
"reply-wrapper
discussion-reply-holder
"
>
<reply-placeholder
v-if=
"!isFormVisible"
class=
"qa-discussion-reply"
...
...
changelogs/unreleased/ntepluhina-fix-design-management-reply-placeholder.yml
0 → 100644
View file @
ef10696b
---
title
:
Added a missing class to reply placeholder
merge_request
:
54817
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment