mirror of
https://github.com/apankrat/nullboard.git
synced 2025-08-05 04:37:46 +02:00
+ 'overflow-wrap: anywhere' for .text nodes
This commit is contained in:
@@ -370,6 +370,7 @@
|
|||||||
.board .list .note .text {
|
.board .list .note .text {
|
||||||
min-height: 13px;
|
min-height: 13px;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
|
|
||||||
/***/
|
/***/
|
||||||
@@ -1204,7 +1205,7 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
//
|
//
|
||||||
var nb_codeVersion = 20200220;
|
var nb_codeVersion = 20200221;
|
||||||
var nb_dataVersion = 20190412;
|
var nb_dataVersion = 20190412;
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user