wrap long urls while not breaking normal words. also practicing the new branch thing
This commit is contained in:
parent
e111693b08
commit
1ccc9dd629
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@
|
||||||
|
|
||||||
a {
|
a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-content {
|
.status-content {
|
||||||
|
|
Loading…
Reference in a new issue