This might be a consequence of the way I'm building things (I'm manually replacing, e.g. rcue/node_modules/patternfly with a symlink to my local patternfly) - see #71
It takes a little horizontal scrolling to see it, but left:calc(37%) has reappeared from somewhere! I don't know if the minifier is doing this or if we're running the file through less twice, or something else?
This might be a consequence of the way I'm building things (I'm manually replacing, e.g.
rcue/node_modules/patternfly
with a symlink to my localpatternfly
) - see #71Here's code in my rcue-additions.css, built using patternfly master to include https://github.com/patternfly/patternfly/pull/624:
This is exactly what I want, and fixes the alignment issues identified. So far, so good. But using the built minified version, the problem reappears:
It takes a little horizontal scrolling to see it, but
left:calc(37%)
has reappeared from somewhere! I don't know if the minifier is doing this or if we're running the file throughless
twice, or something else?