Commit f3175ac6 authored by Axel García's avatar Axel García

Proper epic form title bottom spacing

parent 3fb1fad6
......@@ -128,8 +128,9 @@ export default {
<template>
<div>
<h3 class="page-title">{{ __('New Epic') }}</h3>
<hr />
<h3 class="page-title gl-border-b-solid gl-border-b-gray-100 gl-border-b-1 gl-pb-5 gl-mb-6">
{{ __('New Epic') }}
</h3>
<gl-form class="common-note-form" @submit="save">
<gl-form-group :label="__('Title')" label-for="epic-title">
<gl-form-input
......
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