This is an automated email from the ASF dual-hosted git repository.
qiuxiafan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-booster-ui.git
The following commit(s) were added to refs/heads/main by this push:
new d00fe6df fix: the display height of the link tree structure (#322)
d00fe6df is described below
commit d00fe6df9eab21ff365c04277703dde2b5173614
Author: 何延龙 <[email protected]>
AuthorDate: Wed Sep 20 15:50:45 2023 +0800
fix: the display height of the link tree structure (#322)
---
src/views/dashboard/controls/Trace.vue | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/views/dashboard/controls/Trace.vue
b/src/views/dashboard/controls/Trace.vue
index 48efd5d8..ab1e8e86 100644
--- a/src/views/dashboard/controls/Trace.vue
+++ b/src/views/dashboard/controls/Trace.vue
@@ -94,6 +94,7 @@ limitations under the License. -->
}
.trace {
+ min-height: calc(100% - 150px);
width: 100%;
overflow: auto;
min-width: 1200px;