File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 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'
2121import { Button } from '~/ui/lib/Button'
2222import { DropdownMenu } from '~/ui/lib/DropdownMenu'
2323import { Identicon } from '~/ui/lib/Identicon'
24- import { Truncate } from '~/ui/lib/Truncate'
2524import { Wrap } from '~/ui/util/wrap'
2625import { pb } from '~/util/path-builder'
2726
@@ -118,8 +117,8 @@ const TopBarPicker = (props: TopBarPickerProps) => {
118117 return (
119118 < DropdownMenu . Item asChild key = { label } >
120119 < 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 }
123122 { isSelected && < Success12Icon className = "-mr-3 block" /> }
124123 </ span >
125124 </ Link >
You can’t perform that action at this time.
0 commit comments