Skip to content

Commit

Permalink
fix: title overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed May 6, 2024
1 parent ed6b086 commit e69e6e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/renderer/components/TerminalTitle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,11 @@ watchEffect(() => {
<style lang="scss" scoped>
.terminal-title {
display: flex;
flex: 1;
justify-content: center;
align-items: center;
box-sizing: border-box;
min-width: 0;
padding: 0 8px;
}
.shortcut {
Expand Down Expand Up @@ -179,7 +181,6 @@ watchEffect(() => {
direction: rtl;
white-space: nowrap;
text-overflow: ellipsis;
unicode-bidi: plaintext;
overflow: hidden;
}
.tab-index-indicator {
Expand Down

0 comments on commit e69e6e2

Please sign in to comment.