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
75a15462
Commit
75a15462
authored
Sep 20, 2018
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix new epic button margin
parent
372b4654
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
ee/app/assets/javascripts/epics/new_epic/components/new_epic.vue
...assets/javascripts/epics/new_epic/components/new_epic.vue
+2
-2
ee/app/assets/stylesheets/framework/dropdowns.scss
ee/app/assets/stylesheets/framework/dropdowns.scss
+0
-1
No files found.
ee/app/assets/javascripts/epics/new_epic/components/new_epic.vue
View file @
75a15462
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
<
template
>
<
template
>
<div
class=
"dropdown new-epic-dropdown"
>
<div
class=
"dropdown new-epic-dropdown"
>
<button
<button
class=
"btn btn-success
"
class=
"btn btn-success"
type=
"button"
type=
"button"
data-toggle=
"dropdown"
data-toggle=
"dropdown"
@
click=
"focusInput"
@
click=
"focusInput"
...
@@ -83,7 +83,7 @@
...
@@ -83,7 +83,7 @@
:disabled=
"isCreatingDisabled"
:disabled=
"isCreatingDisabled"
:loading=
"creating"
:loading=
"creating"
:label=
"buttonLabel"
:label=
"buttonLabel"
container-class=
"btn btn-success btn-inverted"
container-class=
"btn btn-success btn-inverted
prepend-top-10
"
@
click.stop=
"createEpic"
@
click.stop=
"createEpic"
/>
/>
</div>
</div>
...
...
ee/app/assets/stylesheets/framework/dropdowns.scss
View file @
75a15462
...
@@ -10,7 +10,6 @@
...
@@ -10,7 +10,6 @@
.btn-success
{
.btn-success
{
display
:
flex
;
display
:
flex
;
margin-top
:
$gl-btn-padding
;
}
}
}
}
...
...
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