We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf157c commit 8748295Copy full SHA for 8748295
jquery/css/base.css
@@ -521,7 +521,6 @@ textarea {
521
color: #666;
522
523
width: 70%;
524
- min-width: 300px;
525
526
margin: 5px 0 10px 0;
527
padding: 8px 12px;
jquery/css/blog.css
@@ -46,6 +46,7 @@
46
margin: 0 0 1.625em 73px;
47
padding: 1.625em;
48
position: relative;
49
+ word-wrap: break-word;
50
}
51
.commentlist .pingback {
52
margin: 0 0 1.625em;
@@ -207,6 +208,9 @@ a.comment-reply-link > span {
207
208
#respond .comment-form-comment {
209
210
211
+#respond .comment-form-comment label {
212
+ display: block;
213
+}
214
#respond textarea {
215
resize: vertical;
216
width: 95%;
0 commit comments