mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-23 07:19:28 +01:00
fix x overflow on mobile
This commit is contained in:
parent
a2ae6e15c2
commit
6b626a5e14
1
dist/css/styles.css
vendored
1
dist/css/styles.css
vendored
@ -559,6 +559,7 @@ input[type="submit"]:hover,
|
|||||||
}
|
}
|
||||||
#links .link .entry .meta p {
|
#links .link .entry .meta p {
|
||||||
float: inherit;
|
float: inherit;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
#links .link .entry .meta p.submitted span {
|
#links .link .entry .meta p.submitted span {
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
|
Loading…
Reference in New Issue
Block a user