Skip to content

Commit

Permalink
set word-wrap: break-word to fix content wider than screen
Browse files Browse the repository at this point in the history
fixes #146
  • Loading branch information
stapelberg committed Sep 7, 2022
1 parent 79b8abe commit a582536
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ a:visited {
margin: 0 10px 0 52px;
display: flex;
flex-direction: row;
word-wrap: break-word;
}

.paneljump {
Expand Down
4 changes: 2 additions & 2 deletions cmd/debiman-idx2rwmap/rwmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
// The -concurrency option determines how many shards are created in
// -output_dir. To sort and combine the individual shards, use:
//
// LC_ALL=C sort output.* > /srv/man/rwmap.txt
// LC_ALL=C sort output.* > /srv/man/rwmap.txt
//
// Usually, the resulting file is then converted to DBM so that Apache
// can quickly look up keys:
//
// httxt2dbm -i /srv/man/rwmap.txt -o /srv/man/rwmap.dbm
// httxt2dbm -i /srv/man/rwmap.txt -o /srv/man/rwmap.dbm
package main

import (
Expand Down
2 changes: 1 addition & 1 deletion internal/bundled/GENERATED_bundled.go

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions internal/proto/index.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit a582536

@Chadzzz1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.