[skip ci] Fix gl_modal header positioning
This commit is contained in:
parent
5c4930c014
commit
d7d3fe5c55
1 changed files with 5 additions and 5 deletions
|
@ -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">×</span>
|
||||
</button>
|
||||
<h4 class="modal-title">
|
||||
<slot name="title">
|
||||
{{ headerTitleText }}
|
||||
</slot>
|
||||
</h4>
|
||||
</slot>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue