Pretty text wrap

main
Bob Mottram 2020-12-29 10:22:09 +00:00
parent 14fbed456a
commit 0d973f07c0
2 changed files with 4 additions and 0 deletions

View File

@ -314,6 +314,8 @@ a:focus {
.message { .message {
margin-left: 7%; margin-left: 7%;
width: 90%; width: 90%;
hyphens: auto;
text-wrap: pretty;
} }
.gitpatch { .gitpatch {

View File

@ -491,6 +491,8 @@ a:focus {
margin-left: 0%; margin-left: 0%;
margin-right: 0%; margin-right: 0%;
width: 100%; width: 100%;
hyphens: auto;
text-wrap: pretty;
} }
.addedHashtag:link { .addedHashtag:link {