Preview improvements

This commit is contained in:
Christoph Wiechert
2017-05-08 22:17:12 +02:00
parent f123629ce1
commit 390cca0068
2 changed files with 17 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
<template lang="pug">
.modal.fade.in.background-darken(ref='modal', style="display:block", tabindex='-1', role='dialog', @click.self='close()', @keyup.esc='close()')
.modal-dialog.modal-lg(role='document')
.modal-dialog.modal-fluid(role='document')
.modal-content
.modal-header(v-if='hasHeader')
button.close(type='button', data-dismiss='modal', aria-label='Close', @click='close()')
@@ -53,4 +53,7 @@
overflow-x: auto;
overflow-y: scroll;
}
.modal-fluid {
width: 90%;
}
</style>