mirror of
https://github.com/spikecodes/libreddit.git
synced 2026-01-15 09:12:33 +01:00
Merge pull request #38 from somoso/patch-3
Break word to stop it disappearing on mobile
This commit is contained in:
@@ -314,6 +314,10 @@ input[type="submit"]:hover { color: var(--accent); }
|
||||
|
||||
/* Post */
|
||||
|
||||
.thread {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.post {
|
||||
border-radius: 5px;
|
||||
background: var(--post);
|
||||
|
||||
Reference in New Issue
Block a user