File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ import { PAGE_SIZE } from '~/table/QueryTable'
21
21
import { Button } from '~/ui/lib/Button'
22
22
import { DropdownMenu } from '~/ui/lib/DropdownMenu'
23
23
import { Identicon } from '~/ui/lib/Identicon'
24
- import { Truncate } from '~/ui/lib/Truncate'
25
24
import { Wrap } from '~/ui/util/wrap'
26
25
import { pb } from '~/util/path-builder'
27
26
@@ -118,8 +117,8 @@ const TopBarPicker = (props: TopBarPickerProps) => {
118
117
return (
119
118
< DropdownMenu . Item asChild key = { label } >
120
119
< Link to = { to } className = { cn ( { 'is-selected' : isSelected } ) } >
121
- < span className = "flex w-full items-center justify-between " >
122
- < Truncate text = { label } maxLength = { 24 } />
120
+ < span className = "flex w-full items-center gap-2 " >
121
+ { label }
123
122
{ isSelected && < Success12Icon className = "-mr-3 block" /> }
124
123
</ span >
125
124
</ Link >
You can’t perform that action at this time.
0 commit comments