- Issue created by @alok_singh
- Merge request !8Yg flexy 3370827: Article, Tags needs space form bottom, Add new comment need space from left. → (Open) created by alok_singh
- Status changed to Needs review
over 1 year ago 4:47am 28 June 2023 - 🇮🇳India Sonal Gyanani
Applied MR!8 on Drupal 9.5.x and it is working fine.
Results:-
Added space between read more button and tagsI think we can update padding-left to padding only in below code
ul.inline li { padding-left: 0; }
ul.inline li { padding: 0; }
Attached here screenshots for reference
Thanks