Skip to content

Commit a582536

Browse files
committed
set word-wrap: break-word to fix content wider than screen
fixes #146
1 parent 79b8abe commit a582536

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

assets/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ a:visited {
147147
margin: 0 10px 0 52px;
148148
display: flex;
149149
flex-direction: row;
150+
word-wrap: break-word;
150151
}
151152

152153
.paneljump {

cmd/debiman-idx2rwmap/rwmap.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
// The -concurrency option determines how many shards are created in
77
// -output_dir. To sort and combine the individual shards, use:
88
//
9-
// LC_ALL=C sort output.* > /srv/man/rwmap.txt
9+
// LC_ALL=C sort output.* > /srv/man/rwmap.txt
1010
//
1111
// Usually, the resulting file is then converted to DBM so that Apache
1212
// can quickly look up keys:
1313
//
14-
// httxt2dbm -i /srv/man/rwmap.txt -o /srv/man/rwmap.dbm
14+
// httxt2dbm -i /srv/man/rwmap.txt -o /srv/man/rwmap.dbm
1515
package main
1616

1717
import (

internal/bundled/GENERATED_bundled.go

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

internal/proto/index.pb.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)