fix(UI): modal processes list does not regain size on window resize

This commit is contained in:
Fabio Di Stasio 2021-03-05 17:23:13 +01:00
parent 4862d51fba
commit 5d7efa75b7
2 changed files with 6 additions and 2 deletions

View File

@ -33,7 +33,7 @@
class="slider no-border"
type="range"
min="0"
max="30"
max="15"
step="0.5"
@change="setRefreshInterval"
>
@ -296,6 +296,10 @@ export default {
.modal-container {
max-width: 75vw;
margin-top: 10vh;
.modal-body {
height: 80vh;
}
}
}

View File

@ -34,7 +34,7 @@
<div>
<div>
<TextEditor
:value="row.info"
:value="row.info || ''"
editor-class="textarea-editor"
:mode="editorMode"
:read-only="true"