Enhance dialog and text styling in impact view components

This commit is contained in:
2025-01-08 16:20:23 +01:00
parent 36a9811f05
commit 5fad4a453a
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ function defineNodes() {
</script>
<template>
<Dialog v-model:visible="dialogCodeVisible" modal :header="'Change on: '+selectionNode.classname" class="change-modal":style="{ width: '70vw', minHeight:'75vh'}">
<Dialog v-model:visible="dialogCodeVisible" modal :header="'Change on: '+selectionNode.classname" class="change-modal":style="{ width: '90vw', minHeight:'90vh'}">
<CiaSingleImpactView :change="selectionNode"></CiaSingleImpactView>
</Dialog>