fix x overflow on mobile
This commit is contained in:
parent
a2ae6e15c2
commit
6b626a5e14
|
@ -559,6 +559,7 @@ input[type="submit"]:hover,
|
|||
}
|
||||
#links .link .entry .meta p {
|
||||
float: inherit;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
#links .link .entry .meta p.submitted span {
|
||||
margin-left: 4px;
|
||||
|
|
Loading…
Reference in New Issue