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:
Maxwell Salzberg 2012-01-14 11:31:42 -08:00
commit 4a144f0cd2

View file

@ -248,6 +248,7 @@ body {
.comments {
overflow: auto;
position: relative;
text-align: left;
* {
max-width: 100%; }
min-height: 34px;