Browse Source

fix word-break

master
hole-thu 3 years ago
parent
commit
6aab68b3c4
  1. 1
      src/infrastructure/global.css

1
src/infrastructure/global.css

@ -18,6 +18,7 @@ pre {
* {
box-sizing: border-box;
word-wrap: break-word;
word-break: break-word;
-webkit-overflow-scrolling: touch;
}

Loading…
Cancel
Save