Merged PR 42: Enhance dialog and text styling in impact view components

Enhance dialog and text styling in impact view components
This commit is contained in:
2025-01-08 15:22:03 +00:00
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>

View File

@@ -14,7 +14,7 @@
</TabPanel>
<TabPanel value="1">
<p class="m-0">
<div class="flex items-center gap-4 mb-4">
<div class="flex items-center gap-4 mb-4 text-sm">
<CodeDiff
:old-string="change.previous_code"
:new-string="change.new_code"