mirror of
https://github.com/thangisme/notes.git
synced 2024-11-01 05:27:15 -04:00
7 lines
58 B
CSS
7 lines
58 B
CSS
|
/*
|
||
|
expect:
|
||
|
word-break: 1
|
||
|
*/
|
||
|
|
||
|
p { word-break: break-all; }
|