Update utility package

This commit is contained in:
Marcus Kammer 2023-07-16 19:05:22 +02:00
parent da5b20d8b1
commit cdbc39d333
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -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 "")))))