Bartek Szopka
Bartek Szopka
Superseded by #5399
All text elements should have the same max width, including heading. I'm not sure what styles cause headings to have full width in this case. What's the page this comes...
@lyubomir-popov Are headings supposed to have max-width of `40em` (relative to their own font size) or `40rem` relative to document font (to keep their width the same as paragraphs)? With...
Triage: This is not something we are going to address now. Text max-width should be revisited and defined in new design system guidelines and architecture.
Thanks for the report @brlin-tw. There was a bit of a hiccup in metrics collection last night, but data should return and be corrected later today. We are having a...
We should verify if our existing utility works when put on a container. If it doesn't we should make the util work on container (body or docs container).
Seems that this got lost in backlog. Current utility doesn't allow to target tables in child elements, so we need to update it, so we can affect all tables on...
Demo seems to be up: https://ubuntu-com-13718.demos.haus/
The fact that the Navigation supports overriding logos is just for it to be backwards compatible with the times before orange tag logos. It has been deprecated in Vanilla CSS....
Actually, looking at the LoginPageLayout code it seems that it just reuses `Navigation` internally, so exactly the same way of overriding the logo should work out of the box: https://github.com/canonical/react-components/blob/3879dc0cab7cc1b0e6d59792a010b4a0823eb563/src/components/LoginPageLayout/LoginPageLayout.tsx#L48...