Skip to content

Commit 644fc4f

Browse files
jayairopencode-agent[bot]
authored andcommitted
fix(app): avoid clipping model names
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
1 parent 6789214 commit 644fc4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/components/settings-v2/settings-v2.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
overflow: hidden;
400400
font-size: 13px;
401401
font-weight: 440;
402-
line-height: 1;
402+
line-height: 16px;
403403
text-overflow: ellipsis;
404404
white-space: nowrap;
405405
}

0 commit comments

Comments
 (0)