mirror of https://gitlab.com/bashrc2/epicyon
Pretty text wrap
parent
14fbed456a
commit
0d973f07c0
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue