The subject field crosses the maximum width of the container, I have provided an image for the reference.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kunalkapoor created an issue. See original summary.

kunalkapoor’s picture

Status: Active » Needs review
FileSize
497 bytes
18.4 KB

I have provided a patch for this please let me know if it works

MeenakshiG’s picture

Status: Needs review » Needs work

@kunalkapoor we should not use important as this is not a good practice.
https://uxengineer.com/css-specificity-avoid-important-css/

kunalkapoor’s picture

Status: Needs work » Needs review

@Meenakshi.g Important is not used by me it was in the code before I have just added these lines of code in my patch. Please review the patch and let me know if it works.
#edit-actions {
margin-top: 10px;
margin-bottom: 10px;
}

input[type='text'] {
width: 100%;
}

MeenakshiG’s picture

Status: Needs review » Needs work

@kunalkapoor try to fix this also. Use strong nesting if required rather than using important.

kunalkapoor’s picture

I have provided the patch for this please let me know if it works.

kunalkapoor’s picture

Status: Needs work » Needs review
MeenakshiG’s picture

Status: Needs review » Reviewed & tested by the community

Thanks @kunalkapoor looks fine now .

gaurav.kapoor’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.