Merge pull request 'hotfix instanceLog css' (!1269) from hotfix-instance-log-css into test
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #1269
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
This commit is contained in:
Alexandre Riera 2023-01-25 09:18:18 +00:00
commit 14b5a44446
2 changed files with 7 additions and 11 deletions

View File

@ -1,8 +1,8 @@
<vn-dialog <vn-dialog
vn-id="instanceLog"> vn-id="instanceLog">
<tpl-body> <tpl-body>
<vn-log <vn-log
class="vn-instance-log"
url="{{$ctrl.url}}" url="{{$ctrl.url}}"
origin-id="$ctrl.originId" origin-id="$ctrl.originId"
changed-model="$ctrl.changedModel" changed-model="$ctrl.changedModel"

View File

@ -1,13 +1,9 @@
.vn-dialog { vn-log.vn-instance-log {
& > .window:not(:has(.empty-rows)) {
width:60%;
vn-log {
vn-card { vn-card {
width: 900px;
visibility: hidden; visibility: hidden;
& > * { & > * {
visibility: visible; visibility: visible;
} }
} }
} }
}
}