Skip to content

Commit

Permalink
css: add word-break to long strtabs in infotables
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslashev committed Aug 6, 2021
1 parent 8322184 commit 1295581
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/style.css
Expand Up @@ -104,6 +104,9 @@ li {
max-width: 600px;
margin-bottom: 1em;
}
.conceal div {
word-break: break-word;
}
#offsets {
display: inline-block;
text-align: right;
Expand Down

0 comments on commit 1295581

Please sign in to comment.