allow tags to wrap
This commit is contained in:
parent
cf9d6ebfa0
commit
89dfd33290
1 changed files with 4 additions and 0 deletions
|
@ -32,3 +32,7 @@ IMG.lazy {display: none;}
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
border: 1px solid #882;
|
border: 1px solid #882;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tag {
|
||||||
|
overflow-wrap: anywhere;
|
||||||
|
}
|
Reference in a new issue