Show category in node search box instead of description (#360)

This commit is contained in:
Chenlei Hu
2024-08-10 14:52:37 -04:00
committed by GitHub
parent fe0d63e16c
commit a095e7ecae
2 changed files with 4 additions and 9 deletions

View File

@@ -178,6 +178,7 @@ const truncateDefaultValue = (value: any, charLimit: number = 32): string => {
font-style: italic;
font-weight: 500;
font-size: 0.9rem;
word-break: break-word;
}
._sb_table {