LB (Ben Johnston)

Results 1054 comments of LB (Ben Johnston)

Rebased, a few commits squashed, changelog added & pushed. Will check the CI completes and merge in. Thanks again @jaap3 - this is an incredible improvement.

@ollz272 do you mind looking at the failing tests? You may need to rebase on main due to some changes to the DOM structure.

This also may give a path forward to https://github.com/wagtail/wagtail/issues/8684 (adding for reference).

Go for it @Lovelyfin00 - this is still open. Try to address a few small ones in one PR before you tackle them all. A good place to start is...

@Lovelyfin00 best to search the code for any usage. Tailwind classes get generated based on the tailwind config file https://github.com/wagtail/wagtail/blob/main/client/tailwind.config.js

https://docs.wagtail.org/en/stable/editor_manual/documents_images_snippets/documents.html https://docs.wagtail.org/en/stable/editor_manual/documents_images_snippets/snippets.html

@Lovelyfin00 in the menu click forms - then click the contact form responses listing.

File: client/src/tokens/typography.jsAdd (maybe after lineHeight) ``` const listStyleType = { none: 'none', }; ``` Then ensure you export it at the bottom ``` module.exports = { systemUIFontStack, monoFontStack, fontFamily, fontSize,...

@Lovelyfin00 just a heads up `divider-before` is not used but `divider-after` is used in multiple places and serves a purpose. ![Screen Shot 2022-11-08 at 8 26 44 am](https://user-images.githubusercontent.com/1396140/200429145-7535c4ff-f6d9-4749-9a44-b4d5e7627350.png) See the...