Skip to content

Commit

Permalink
[bugs] source search input not aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiram committed Jun 7, 2024
1 parent e60a1b1 commit 42a8c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/components/common-nav/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ const searchEvent = () => {
height: calc(100% - var(--td-comp-margin-s) - var(--td-comp-margin-m) - 32px);
.nav-sub-tab-top {
overflow: auto;
overflow-y: scroll;
width: 100%;
padding-left: var(--td-comp-paddingTB-s);
Expand Down

0 comments on commit 42a8c88

Please sign in to comment.