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
7dd0678b
Commit
7dd0678b
authored
Aug 19, 2020
by
Coung Ngo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix stylelint errors
Fix errors raised by stylelint
parent
bbd825bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
app/assets/javascripts/pdf/page/index.vue
app/assets/javascripts/pdf/page/index.vue
+5
-5
ee/app/assets/javascripts/boards/components/assignee_select.vue
.../assets/javascripts/boards/components/assignee_select.vue
+1
-1
No files found.
app/assets/javascripts/pdf/page/index.vue
View file @
7dd0678b
...
...
@@ -52,19 +52,19 @@ export default {
<
style
>
.pdf-page
{
margin
:
8px
auto
0
auto
;
margin
:
8px
auto
0
;
border-top
:
1px
#ddd
solid
;
border-bottom
:
1px
#ddd
solid
;
width
:
100%
;
}
.pdf-page
:first-child
{
margin-top
:
0
px
;
border-top
:
0
px
;
margin-top
:
0
;
border-top
:
0
;
}
.pdf-page
:last-child
{
margin-bottom
:
0
px
;
border-bottom
:
0
px
;
margin-bottom
:
0
;
border-bottom
:
0
;
}
</
style
>
ee/app/assets/javascripts/boards/components/assignee_select.vue
View file @
7dd0678b
...
...
@@ -118,7 +118,7 @@ export default {
<div
v-else
class=
"text-secondary"
>
{{
anyUserText
}}
</div>
</div>
<div
class=
"selectbox"
style=
"display: none"
>
<div
class=
"selectbox"
style=
"display: none
;
"
>
<div
class=
"dropdown"
>
<button
ref=
"dropdown"
...
...
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