Commit 05fa0a8a authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch '219160-height-fix' into 'master'

Add height for Safari

Closes #219160

See merge request gitlab-org/gitlab!33132
parents 29a191ad b09ab6be
...@@ -47,7 +47,7 @@ export default { ...@@ -47,7 +47,7 @@ export default {
}; };
</script> </script>
<template> <template>
<div class="d-flex flex-grow-1 flex-column"> <div class="d-flex flex-grow-1 flex-column h-100">
<edit-header class="py-2" :title="title" /> <edit-header class="py-2" :title="title" />
<rich-content-editor v-model="editableContent" class="mb-9" /> <rich-content-editor v-model="editableContent" class="mb-9" />
<publish-toolbar <publish-toolbar
......
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