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

Fix new epic button margin

parent 372b4654
......@@ -61,7 +61,7 @@
<template>
<div class="dropdown new-epic-dropdown">
<button
class="btn btn-success "
class="btn btn-success"
type="button"
data-toggle="dropdown"
@click="focusInput"
......@@ -83,7 +83,7 @@
:disabled="isCreatingDisabled"
:loading="creating"
:label="buttonLabel"
container-class="btn btn-success btn-inverted"
container-class="btn btn-success btn-inverted prepend-top-10"
@click.stop="createEpic"
/>
</div>
......
......@@ -10,7 +10,6 @@
.btn-success {
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