Styling issue on contact us page. subject input field is not responsive. Adding a screenshot for reference.

Comments

Gauravmahlawat created an issue. See original summary.

gauravvvv’s picture

Issue summary: View changes
StatusFileSize
new33.94 KB
gauravvvv’s picture

I have provided the patch please review if it is working or not. Adding a after patch screenshot for reference.

gauravvvv’s picture

Status: Active » Needs review
carcheky’s picture

Status: Needs review » Fixed

patch applyed with box-sizing in next release

.js-text-full {
  width: 100%;
  box-sizing: border-box;
}
carcheky’s picture

fixed in version 1.1.7

carcheky’s picture

Status: Fixed » Closed (fixed)