Skip to content

Commit

Permalink
store
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyhhssyy committed Jun 26, 2024
1 parent 4c10011 commit b1555b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mobile/components/ChatBoard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ onUnmounted(async () => {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis !important;
width: calc(100% - 30px);
width: calc(100vw - 200px);
}
}
Expand Down

0 comments on commit b1555b6

Please sign in to comment.