Fix for block grid styling regression issue #15973#19014
Fix for block grid styling regression issue #15973#19014AndyButland merged 2 commits intoumbraco:v13/devfrom
Conversation
|
Hi there @Lili-Rossiter, thank you for this contribution! 👍 While we wait for one of the Core Collaborators team to have a look at your work, we wanted to let you know about that we have a checklist for some of the things we will consider during review:
Don't worry if you got something wrong. We like to think of a pull request as the start of a conversation, we're happy to provide guidance on improving your contribution. If you realize that you might want to make some changes then you can do that by adding new commits to the branch you created for this work and pushing new commits. They should then automatically show up as updates to this pull request. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
|
Thanks @Lili-Rossiter! Could you try this out with |
|
Hey @Lili-Rossiter - just checking to see if you had a chance to test out my previous suggestion? |
|
Thanks very much for the contribution @Lili-Rossiter. I had a look at this one this morning - can confirm it resolves the styling discrepancy between the block list and grid. The specific CSS that's being updated is inline in a Possibly there is bigger refactor to put these inline styles into less files, but given they seem to specifically be overrides, I'd be concerned that might introduce some unexpected changes elsewhere. Given that, and that 13 will not be getting much further front-end development effort other than bug fixes, I think it'll be OK to use the hard-coded values here. So if you are happy with that @nul800sebastiaan - I'll merge this one in for 13.9. |

Fixes #15973
Description
Font size and font family styling updated to ensure block grid text styling matches the block list text styling.
Issue:

Fix:

