Skip to content

Commit

Permalink
fix: list manage Modal button zh-cn word wrap (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
auuunya authored Sep 23, 2024
1 parent 831f0f8 commit 0a89c2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/renderer/src/modules/settings/tabs/lists.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ export const ListFeedsModalContent = ({ id }: { id: string }) => {
suggestions={autocompleteSuggestions}
/>
<Button
className="whitespace-nowrap"
onClick={() => {
if (isBizId(feedSearchFor)) {
addMutation.mutate(feedSearchFor)
Expand Down

0 comments on commit 0a89c2f

Please sign in to comment.