Commit d7d3fe5c authored by Clement Ho's avatar Clement Ho

[skip ci] Fix gl_modal header positioning

parent 5c4930c0
......@@ -53,6 +53,11 @@ export default {
<div class="modal-content">
<div class="modal-header">
<slot name="header">
<h4 class="modal-title">
<slot name="title">
{{ headerTitleText }}
</slot>
</h4>
<button
type="button"
class="close js-modal-close-action"
......@@ -62,11 +67,6 @@ export default {
>
<span aria-hidden="true">&times;</span>
</button>
<h4 class="modal-title">
<slot name="title">
{{ headerTitleText }}
</slot>
</h4>
</slot>
</div>
......
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