Michael Coker
Michael Coker
Also visible in the basic examples - https://www.patternfly.org/v4/components/table/html
@mattnolting would you mind having a look at this?
+1 - seems like this would be really useful in general.
@KKoukiou the `hasAutoWidth` is working for me - https://www.patternfly.org/v4/components/popover/react/width-auto/ With that variation, you could set `--pf-c-popover--MaxWidth: min(300px, 90%);`, which will allow the popover to be 300px when there is room,...
@KKoukiou no problem! I'm using the mobile emulator in chrome dev tools. After setting `--pf-c-popover--MaxWidth`, I do have to trigger the popover to open again before I see the change....
@KKoukiou sorry for the delay. It looks like in my previous example, the popover happened to fit my mobile viewport, but the popover's positioning will move it off screen. I...
Looks like this also applies to the context selector and options menu, though you probably can't trigger the bug since those only support toggle text + icon. I think we...
I can't find the elements that the CSS modifications apply to in any of the table view test pages. What do I need to do to see the changes in...
@nicolethoen nope, that PR required us disable some linter rules we have in place - this issue is to review the code where the linter was disabled so we can...
This should be resolved via https://github.com/patternfly/patternfly/issues/4519, and if it isn't, I think it's fine to leave as sass will import it the way it needs to, and sometimes it's good...