Skip to content

Commit

Permalink
black update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Gotsman committed Nov 16, 2023
1 parent ccaa66f commit e83d403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reflex/components/typography/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ class Text(ChakraComponent):
as_: Var[str]

# Truncate text after a specific number of lines. It will render an ellipsis when the text exceeds the width of the viewport or max_width prop.
no_of_lines: Var[int]
no_of_lines: Var[int]

0 comments on commit e83d403

Please sign in to comment.