forked from indymedia/epicyon
No word breaks
parent
0d973f07c0
commit
da3ffa2b32
|
@ -316,6 +316,7 @@ a:focus {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
text-wrap: pretty;
|
text-wrap: pretty;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gitpatch {
|
.gitpatch {
|
||||||
|
|
|
@ -493,6 +493,7 @@ a:focus {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
text-wrap: pretty;
|
text-wrap: pretty;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.addedHashtag:link {
|
.addedHashtag:link {
|
||||||
|
|
Loading…
Reference in New Issue