Skip to content

Commit

Permalink
#1311. Fix tooltip in local-package-table
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-winberry committed Apr 8, 2023
1 parent 05fbfe2 commit 30dcd65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ui/lib/components/local-package-table.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
gap: '20px',
borderBottomLeftRadius: '0px',
borderBottomRightRadius: '0px',
'& .tooltip': {
wordBreak: 'break-word',
width: '500px',
},
'& .tooltip-trigger': {
display: 'flex',
alignItems: 'end',
Expand Down

0 comments on commit 30dcd65

Please sign in to comment.