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:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user