Skip to content

Commit 62b7ca1

Browse files
committed
style: adjust div width for improved layout in Tree component
1 parent 45b3dd3 commit 62b7ca1

File tree

1 file changed

+1
-1
lines changed
  • ui/src/components/dynamics-form/items/tree

1 file changed

+1
-1
lines changed

ui/src/components/dynamics-form/items/tree/Tree.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div>
2+
<div style="width: 100%">
33
<div class="update-info flex p-8-12 border-r-6 mb-16">
44
<div class="mt-4">
55
<AppIcon iconName="app-warning-colorful" style="font-size: 16px"></AppIcon>

0 commit comments

Comments
 (0)