bigskysoftware / bigskysoftware/missing
User-generated content helper
Open
- Dominant language
- CSS
- Stars
- 798
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
```
.ugc {
white-space: pre-wrap;
overflow-wrap: break-word;
unicode-bidi: isolate;
}
```
Disables whitespace collapsing, prevents overflows and avoids bidirectional text bugs
Contributor guide
Assessment
This issue has not been assessed yet.