Bartek Szopka
Bartek Szopka
> @bartaz can't we just set the sizing in ems, and add x-small while we-re at it? We can set it in ems, and I agree it would make things...
Sure, let's try that.
Blocked by templatefinder depending on mistune 0.8.4 (https://github.com/canonical/canonicalwebteam.templatefinder/issues/26)
@saiteja2108 Hey, thanks for the interest in the issue. Contributing to this specific one can be quite difficult as it's a complex component. We have quite a few other components...
I'll investigate how to allow wrapping text and not drop this line. As a workaround (when cell contents can be truncated) `u-truncate` can be used on the cell (together with...
Because the icon is inline with text (to keep it on the baseline of the text) and uses negative margin to go off on padding, the text in cell starts...
> The way I resolved it in JAAS was to apply `white-space: no-wrap` which might no work in all cases. Yes, I think that's what adding `u-truncate` does as well....
Let's fix it outside of the blocked logo work.
@Caleb-Ellis the background can be changed by overriding it on the `p-side-navigation__drawer` element. We even show it in one of the examples: https://vanillaframework.io/docs/examples/patterns/side-navigation/default But it is true, that it doesn't...
@huwshimi Yes, seems its trickier than expected. But, in the examples we actually show how to override the color (you need to set inline CSS on the drawer element `p-side-navigation__drawer`...