Skip to content

Commit c396421

Browse files
committed
profile name clip
1 parent 1f76b4e commit c396421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/material/Drawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const AppHeader: VoidComponent = () => {
4444
trailing={
4545
<div class="flex items-center gap-2 mr-4">
4646
<Suspense fallback={<div class="h-[32px] w-[180px] rounded-md skeleton-loader" />}>
47-
<span class="text-label-sm truncate w-36 text-right">{profile()?.user_id}</span>
47+
<span class="text-label-sm truncate w-[30vw] text-right">{profile()?.user_id}</span>
4848
<IconButton href={USERADMIN_URL} name={!profile() ? 'person_off' : 'person'} filled target="_blank" />
4949
<IconButton href="/logout" name="logout" />
5050
</Suspense>

0 commit comments

Comments
 (0)