Merge pull request #2664 from jbivins/css-mobile-left-align-comments
Left-align comment text on mobile devices [ci skip]
This commit is contained in:
commit
4a144f0cd2
1 changed files with 1 additions and 0 deletions
|
|
@ -248,6 +248,7 @@ body {
|
|||
.comments {
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
text-align: left;
|
||||
* {
|
||||
max-width: 100%; }
|
||||
min-height: 34px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue