Closed GregKaleka closed 2 weeks ago
Fixes #861
Uses tailwind's break-words class instead of existing break-all. This maintains the character-level breaking on long strings like SHAs, while breaking paragraph text naturally.
break-words
break-all
Before:
After:
Fixes #861
Uses tailwind's
break-words
class instead of existingbreak-all
. This maintains the character-level breaking on long strings like SHAs, while breaking paragraph text naturally.Before:
After: