Commit 75a15462 authored by Kushal Pandya's avatar Kushal Pandya

Fix new epic button margin

parent 372b4654
...@@ -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>
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
.btn-success { .btn-success {
display: flex; display: flex;
margin-top: $gl-btn-padding;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment