Skip to content

Commit 7b5484f

Browse files
fix:added text wrapping for the description for global search (opendatahub-io#5491)
1 parent ec7a720 commit 7b5484f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/feature-store/src/components/FeatureStoreGlobalSearch/GlobalSearchInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ const GlobalSearchInput: React.FC<ISearchInputProps> = ({
212212
</StackItem>
213213
<StackItem>
214214
<Content
215-
className={`${text.fontSizeSm} ${text.textColorSubtle}`}
215+
className={`${text.fontSizeSm} ${text.textColorSubtle} ${text.textWrap}`}
216216
style={{
217217
marginTop: '0.25rem',
218218
display: 'block',

0 commit comments

Comments
 (0)