Skip to content

Commit

Permalink
fix: DocumentId Input width in API section
Browse files Browse the repository at this point in the history
  • Loading branch information
hexaltation committed Jan 30, 2025
1 parent e5cf459 commit 287a44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/ui/DocumentSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ const cssInput = styled('div', `
`);

const cssHoverWrapper = styled('div', `
max-width: 280px;
max-width: 170px;
text-overflow: ellipsis;
overflow: hidden;
text-wrap: nowrap;
Expand Down

0 comments on commit 287a44f

Please sign in to comment.