Skip to content

Commit b4773ed

Browse files
authored
fix: display header truncate (#673)
1 parent aeb7b9c commit b4773ed

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/unfold/templatetags/unfold_list.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@
3636

3737
register = Library()
3838

39-
LINK_CLASSES = [
40-
"truncate",
41-
]
39+
LINK_CLASSES = []
4240

4341
ROW_CLASSES = [
4442
"align-middle",

0 commit comments

Comments
 (0)