mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-06 14:50:18 +00:00
Merge pull request #38 from somoso/patch-3
Break word to stop it disappearing on mobile
This commit is contained in:
commit
3d142afd03
1 changed files with 4 additions and 0 deletions
|
@ -314,6 +314,10 @@ input[type="submit"]:hover { color: var(--accent); }
|
||||||
|
|
||||||
/* Post */
|
/* Post */
|
||||||
|
|
||||||
|
.thread {
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
.post {
|
.post {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background: var(--post);
|
background: var(--post);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue