- Issue created by @alok_singh
- Merge request !5Issue-cascade-3490363/3490363-readmore-and-add:Fixed the styling of readmore and add comment → (Open) created by dhruv.mittal
Hey @dhruv.mittal ,
Thank you for your contribution!
After applying MR!5 and testing your changes locally by creating a view page for the article content type, I noticed that both the "Read More" and "Add New Comment" buttons are styled well. However, I would like to suggest an improvement in terms of CSS standards and structure for better scalability and responsiveness.
Currently, the
.link
class and its list items(li)
are styled directly within thelayout.main.css
file. To ensure modularity and maintainability, I recommend moving these styles to the relevant module's folder. This will keep the layout file clean and align with the separation of concerns.Additionally, instead of styling the list items
(li)
directly, it would be more responsive and adaptable to style the anchor(a)
tags inside the li elements. This approach provides better control over the interactive elements, making them more responsive and easier to manage across different components.