Commit 2552f439 authored by derek-knox's avatar derek-knox

Minor bottom spacing add to align with top spacing

parent 0211a8f6
...@@ -98,7 +98,7 @@ export default { ...@@ -98,7 +98,7 @@ export default {
:content="editableContent" :content="editableContent"
:initial-edit-type="editorMode" :initial-edit-type="editorMode"
:image-root="imageRoot" :image-root="imageRoot"
class="mb-9 h-100" class="mb-9 pb-6 h-100"
@modeChange="onModeChange" @modeChange="onModeChange"
@input="onInputChange" @input="onInputChange"
@uploadImage="onUploadImage" @uploadImage="onUploadImage"
......
---
title: Add bottom spacing to static site editor UI to align with overall UI spacing
merge_request: 41596
author:
type: added
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