refactored the implemetation of filter tools

This commit is contained in:
Peter Olu 2022-05-06 10:45:10 +01:00
parent adbc94fd7b
commit 866ac1bc70
2 changed files with 6 additions and 1 deletions

View File

@ -222,6 +222,9 @@ export default defineComponent({
overflow: auto;
padding-bottom: 20px;
}
.trace-chart.full-view{
height: calc(100% - 1px) !important;
}
.trace-detail-wrapper {
font-size: 12px;

View File

@ -130,7 +130,9 @@ export default defineComponent({
overflow: auto;
padding-bottom: 20px;
}
.trace-chart.full-view{
height: calc(100% - 1px) !important;
}
.trace-detail-wrapper {
font-size: 12px;
padding: 5px 10px;