Skip to content

Commit

Permalink
fix: 修复没有顶部右对齐工具栏时,顶部工具栏高度变高的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsonliu committed Dec 20, 2024
1 parent ff84c90 commit 99f6bae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sass/cherry.scss
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@
flex-direction: row-reverse;
margin-left: 10px;
box-sizing: border-box;
min-height: 0;
}

&.preview-only {
Expand Down

0 comments on commit 99f6bae

Please sign in to comment.