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
f7e217f1
Commit
f7e217f1
authored
Jan 15, 2021
by
Lee Tickett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix comment form dropdown svg flex
parent
4ec07eb4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
app/assets/javascripts/notes/components/comment_form.vue
app/assets/javascripts/notes/components/comment_form.vue
+4
-2
changelogs/unreleased/fix-svg-flex.yml
changelogs/unreleased/fix-svg-flex.yml
+5
-0
No files found.
app/assets/javascripts/notes/components/comment_form.vue
View file @
f7e217f1
...
...
@@ -384,7 +384,7 @@ export default {
class=
"btn btn-transparent"
@
click.prevent=
"setNoteType('comment')"
>
<gl-icon
name=
"check"
class=
"icon"
/>
<gl-icon
name=
"check"
class=
"icon
gl-flex-shrink-0
"
/>
<div
class=
"description"
>
<strong>
{{ __('Comment') }}
</strong>
<p>
...
...
@@ -400,10 +400,12 @@ export default {
<li
class=
"divider droplab-item-ignore"
></li>
<li
:class=
"{ 'droplab-item-selected': noteType === 'discussion' }"
>
<button
type=
"button"
class=
"btn btn-transparent"
data-qa-selector=
"discussion_menu_item"
@
click.prevent=
"setNoteType('discussion')"
>
<gl-icon
name=
"check"
class=
"icon"
/>
<gl-icon
name=
"check"
class=
"icon
gl-flex-shrink-0
"
/>
<div
class=
"description"
>
<strong>
{{ __('Start thread') }}
</strong>
<p>
{{ startDiscussionDescription }}
</p>
...
...
changelogs/unreleased/fix-svg-flex.yml
0 → 100644
View file @
f7e217f1
---
title
:
Fix comment form dropdown check alignment
merge_request
:
51787
author
:
Lee Tickett @leetickett
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