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
e3bc67d2
Commit
e3bc67d2
authored
Dec 14, 2021
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes suggestions dropdown not being fully visible
Closes
https://gitlab.com/gitlab-org/gitlab/-/issues/348366
parent
87c7d3ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
app/assets/javascripts/vue_shared/components/markdown/suggestions.vue
...avascripts/vue_shared/components/markdown/suggestions.vue
+1
-1
app/assets/stylesheets/framework/markdown_area.scss
app/assets/stylesheets/framework/markdown_area.scss
+4
-0
No files found.
app/assets/javascripts/vue_shared/components/markdown/suggestions.vue
View file @
e3bc67d2
...
...
@@ -165,6 +165,6 @@ export default {
<
template
>
<div>
<div
class=
"flash-container js-suggestions-flash"
></div>
<div
v-show=
"isRendered"
ref=
"container"
v-safe-html=
"noteHtml"
class=
"md"
></div>
<div
v-show=
"isRendered"
ref=
"container"
v-safe-html=
"noteHtml"
class=
"md
suggestions
"
></div>
</div>
</
template
>
app/assets/stylesheets/framework/markdown_area.scss
View file @
e3bc67d2
...
...
@@ -139,6 +139,10 @@
font-family
:
$monospace-font
!
important
;
}
.suggestions.md
>
.markdown-code-block
{
@include
gl-static
;
}
.md-suggestion-header
{
height
:
$suggestion-header-height
;
display
:
flex
;
...
...
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