Update utility package
This commit is contained in:
parent
da5b20d8b1
commit
cdbc39d333
1 changed files with 3 additions and 3 deletions
|
@ -62,9 +62,9 @@ Returns a string that can be used as a CSS class for the text."
|
|||
(:end "text-end ")
|
||||
(t "text-start "))
|
||||
(case wrap
|
||||
(:t "text-wrap")
|
||||
(:no "text-nowrap")
|
||||
(:t "text-wrap ")
|
||||
(:no "text-nowrap ")
|
||||
(t ""))
|
||||
(case tbreak
|
||||
(:t "text-break")
|
||||
(:t "text-break ")
|
||||
(t "")))))
|
||||
|
|
Loading…
Add table
Reference in a new issue