Skip to content
Snippets Groups Projects
Commit ea4caf55 authored by Adam Procter's avatar Adam Procter
Browse files

minor cosmetic issue fixed

parent 9608a3f6
Branches
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
placeholder="Idea goes here!" placeholder="Idea goes here!"
></textarea> ></textarea>
</div> </div>
<p class="info">*markdown supported &amp; autosaves</p>
</div> </div>
<div v-if="value.read_mode && deleted == false"> <div v-if="value.read_mode && deleted == false">
<p <p
...@@ -36,7 +37,7 @@ ...@@ -36,7 +37,7 @@
</p> </p>
</div> </div>
</div> </div>
<p class="info">*markdown supported &amp; autosaves</p>
<div class="btn-row"> <div class="btn-row">
<BaseButton buttonClass="danger" @click="deleteFlag()" <BaseButton buttonClass="danger" @click="deleteFlag()"
>Discard</BaseButton >Discard</BaseButton
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment