|
|
@@ -132,6 +132,14 @@ body.on-edit {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ // deal with word wrap problem
|
|
|
+ // see: https://qiita.com/mpyw/items/dfc63c1fed5dfc5eda26
|
|
|
+ .page-editor-editor-container,
|
|
|
+ .page-editor-preview-container {
|
|
|
+ min-width: 0;
|
|
|
+ overflow-wrap: break-word;
|
|
|
+ }
|
|
|
+
|
|
|
/*********************
|
|
|
* Navigation styles
|
|
|
*/
|