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;