Skip to content

Commit 181ef82

Browse files
committed
ModelName truncate mobile
1 parent e066e42 commit 181ef82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/server/webui/src/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default function Header() {
3838
</label>
3939

4040
{/* model information*/}
41-
<div className="grow ml-2 px-1 sm:px-4 py-0">
41+
<div className="grow text-nowrap overflow-hidden truncate ml-2 px-1 sm:px-4 py-0">
4242
<b>
4343
{serverProps?.model_alias ||
4444
serverProps?.model_path

0 commit comments

Comments
 (0)