Skip to content

Commit 8748295

Browse files
SaraJoscottgonzalez
authored andcommitted
CSS: Fix comment form on mobile devices
Fixes jquery/jquery-wp-content#275 Closes gh-2
1 parent bcf157c commit 8748295

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

jquery/css/base.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,6 @@ textarea {
521521
color: #666;
522522

523523
width: 70%;
524-
min-width: 300px;
525524

526525
margin: 5px 0 10px 0;
527526
padding: 8px 12px;

jquery/css/blog.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
margin: 0 0 1.625em 73px;
4747
padding: 1.625em;
4848
position: relative;
49+
word-wrap: break-word;
4950
}
5051
.commentlist .pingback {
5152
margin: 0 0 1.625em;
@@ -207,6 +208,9 @@ a.comment-reply-link > span {
207208
#respond .comment-form-comment {
208209
position: relative;
209210
}
211+
#respond .comment-form-comment label {
212+
display: block;
213+
}
210214
#respond textarea {
211215
resize: vertical;
212216
width: 95%;

0 commit comments

Comments
 (0)