mirror of https://github.com/gorhill/uBlock.git
This commit is contained in:
parent
5a7280c46e
commit
f655223779
|
@ -19,6 +19,11 @@ body {
|
|||
height: 100vh;
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
/* https://github.com/uBlockOrigin/uBlock-issues/issues/292 */
|
||||
.CodeMirror-wrap pre {
|
||||
word-break: break-all;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue