Laurie Jones

Results 6 comments of Laurie Jones

Hi! I am a big fan of the govuk design system and reference it often when working on my own system. I have a question about the **fixed width inputs**:...

@dashouse thanks for the reply! I am at the point where I am looking to implement character-based widths for our inputs and I am having some issues for (extremely) zoomed...

Does work – but not for IE11. Do you care about that? Also, are you supporting `Grid.Unit`s being `display:flex;` for those times where you need to make a child of...

You could have a bunch of min/max queries for it? And only set `display: none` for the breakpoints required. So for this example`` you'd have: ``` @media (min-width: 'tablet') and...

Yes please! Updated the title as you cannot have negative padding. The safest way currently to add something of a "gutter" between inline items or a grid is with a...

We were having the exact same issue. Our accordion component when used within tabs would break as this package assumed all `role="tab*"` attributes were for it. A surprisingly small fix...