Skip to content

Commit bedee44

Browse files
fix: UI-metrics search overflow (#745)
Fixes text overflow in the metrics tag dropdown
1 parent 8f19139 commit bedee44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/AutocompleteInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export default function AutocompleteInput({
132132
onAcceptSuggestion(value);
133133
}}
134134
>
135-
<span className="me-1">{label}</span>
135+
<span className="me-1 text-break">{label}</span>
136136
</div>
137137
))}
138138
</div>

0 commit comments

Comments
 (0)