Skip to content

Commit

Permalink
fix: history tab panel overflow layout
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Aug 12, 2022
1 parent 7440327 commit 71bfa2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/workbench/browser/src/app/pages/api/api.component.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
nz-content {
width: 100%;
background-color: var(--MAIN_BG);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
font-weight: 300;
}
.node_title {
max-width: 145px;
// max-width: 145px;
}
.tree_node {
font-size: 12px;
Expand Down

0 comments on commit 71bfa2f

Please sign in to comment.