Skip to content

Commit

Permalink
fix: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG committed Oct 4, 2024
1 parent dd5d45b commit bf279f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/theme/theme-search/theme-search.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<div
class="hidden md:block"
[id]="'th_search_data_list_row_' + i + '_description'"
[pTooltip]="theme.description"
[pTooltip]="theme.description.length < 75 ? '' : theme.description"
tooltipPosition="top"
tooltipEvent="hover"
>
Expand Down

0 comments on commit bf279f5

Please sign in to comment.