mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-26 15:16:21 +00:00
fix: más espacio para los modales
This commit is contained in:
parent
6d9609f944
commit
d4767457ff
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
.modal.fade{ tabindex: -1, aria: { hidden: 'true' }, data: { target: 'modal.modal' } }
|
.modal.fade{ tabindex: -1, aria: { hidden: 'true' }, data: { target: 'modal.modal' } }
|
||||||
.modal-backdrop.fade{ data: { target: 'modal.backdrop', action: local_assigns[:hide_actions].join(' ') } }
|
.modal-backdrop.fade{ data: { target: 'modal.backdrop', action: local_assigns[:hide_actions].join(' ') } }
|
||||||
.modal-dialog.modal-dialog-scrollable.modal-dialog-centered
|
.modal-dialog.modal-dialog-scrollable.modal-dialog-centered.modal-lg
|
||||||
.modal-content{ **local_assigns[:modal_content_attributes] }
|
.modal-content{ **local_assigns[:modal_content_attributes] }
|
||||||
- if (header = yield(:"#{id}_header")).present?
|
- if (header = yield(:"#{id}_header")).present?
|
||||||
.modal-header= header
|
.modal-header= header
|
||||||
|
|
Loading…
Reference in a new issue