https://bugs.webkit.org/show_bug.cgi?id=72415
Reviewed by Ojan Vafai.
Otherwise, when resizing the textarea you can end up making wider, but
are no longer able to click the resize gripper to make it smaller
(it's under another div).
* PrettyPatch/PrettyPatch.rb:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@100349
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-11-15 Tony Chang <tony@chromium.org>
+
+ set a max-width on the codereview overall comments textarea
+ https://bugs.webkit.org/show_bug.cgi?id=72415
+
+ Reviewed by Ojan Vafai.
+
+ Otherwise, when resizing the textarea you can end up making wider, but
+ are no longer able to click the resize gripper to make it smaller
+ (it's under another div).
+
+ * PrettyPatch/PrettyPatch.rb:
+
2011-10-13 Adam Barth <abarth@webkit.org>
Would be nice if the review-tool offered to show the corresponding header
.overallComments textarea {
height: 2em;
+ max-width: 100%;
}
.comment textarea, .overallComments textarea {