Closed (works as designed)
Project:
Premium Responsive
Version:
7.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2012 at 13:04 UTC
Updated:
1 Jun 2012 at 17:04 UTC
The form-item-subject in comment-form does not scale down. I guess it's because of this:
<input id="edit-subject" class="form-text" type="text" maxlength="64" size="60" value="" name="subject">
Is there a workaround for this to display the subject-form-item properly on mobile devices?
Thanks!
Great theme, btw!
Comments
Comment #1
devsaran commentedForm Element which has the larger size (size="60") can not be scaled down.