mirror of https://gitlab.com/bashrc2/epicyon
Pretty text wrap
parent
14fbed456a
commit
0d973f07c0
|
@ -314,6 +314,8 @@ a:focus {
|
|||
.message {
|
||||
margin-left: 7%;
|
||||
width: 90%;
|
||||
hyphens: auto;
|
||||
text-wrap: pretty;
|
||||
}
|
||||
|
||||
.gitpatch {
|
||||
|
|
|
@ -491,6 +491,8 @@ a:focus {
|
|||
margin-left: 0%;
|
||||
margin-right: 0%;
|
||||
width: 100%;
|
||||
hyphens: auto;
|
||||
text-wrap: pretty;
|
||||
}
|
||||
|
||||
.addedHashtag:link {
|
||||
|
|
Loading…
Reference in New Issue