- Issue created by @alok_singh
- Merge request !5property_zymphonies_theme-3421796: On Mobile View, Add New comment - Subject input box going out. → (Open) created by alok_singh
- Status changed to Needs review
9 months ago 5:34am 16 February 2024 - Status changed to RTBC
9 months ago 6:24am 16 February 2024 Verified MR5 on 9.5.x, the responsive issue of the subject input box is fixed. Added screenshots for reference, RTBC++
Hi @alok_singh have reviewed for On Mobile View, Add New comment - Subject input box going out.
Before in mobile view : -
After applying in mobile view : -
@media (max-width: 767px) {
.comment-comment-form .field--name-subject input {
width: 100%;
}
}Its working fine.