Merge pull request #5675 from SansPseudoFix/5586-fix-overflow-code-mobile
fix code overflow in mobile comments #5586
This commit is contained in:
commit
c03eb0c191
2 changed files with 6 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ diaspora.yml file**. The existing settings from 0.4.x and before will not work a
|
|||
* Correctly decrease unread count for conversations [#5646](https://github.com/diaspora/diaspora/pull/5646)
|
||||
* Fix automatic scroll for conversations [#5646](https://github.com/diaspora/diaspora/pull/5646)
|
||||
* Fix missing translation on privacy settings page [#5671](https://github.com/diaspora/diaspora/pull/5671)
|
||||
* Fix code overflow for the mobile website [#5675](https://github.com/diaspora/diaspora/pull/5675)
|
||||
|
||||
## Features
|
||||
* Don't pull jQuery from a CDN by default [#5105](https://github.com/diaspora/diaspora/pull/5105)
|
||||
|
|
|
|||
|
|
@ -12,6 +12,11 @@ a {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
code {
|
||||
white-space: normal;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
body {
|
||||
background: {
|
||||
image: image-url('texture/hatched-light.jpg');
|
||||
|
|
|
|||
Loading…
Reference in a new issue