Michael Coker
Michael Coker
With the latest [Red Hat font](https://github.com/RedHatOfficial/RedHatFont) updates, we can enable tabular numbers, which will tell the browser to use the monospace font for any numbers used. You can enable tabular...
Just a small thing - this element should be a `` since a `` can only accept [phrasing content](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Content_categories#phrasing_content) https://github.com/patternfly/patternfly-react/blob/ef241e66080a90616f7eb557b713e39889f1313d/packages/react-core/src/components/SearchInput/SearchInput.tsx#L289
Add new icon component. This is a placeholder until the core work is complete * Issue https://github.com/patternfly/patternfly/issues/4665 * PR https://github.com/patternfly/patternfly/pull/5014
Placeholder until core work is complete * Issue https://github.com/patternfly/patternfly/issues/4881 * PR https://github.com/patternfly/patternfly/pull/5001
https://www.patternfly.org/v4/components/tree-view/#default If you select a node, then collapse and expand its parent, the node is no longer selected. It should remain selected. **Note:** this is just for basic tree view...
Placeholder until core work is complete Core PR - https://github.com/patternfly/patternfly/pull/4785
Looking at the react components for time picker and advanced search, they both have the ability to show their popup menu "inline," which places it in the flow of the...
re: https://github.com/patternfly/patternfly/pull/5018#pullrequestreview-1061125255 We have a demo of using the banner component above and below the page component here - https://www.patternfly.org/v4/components/banner/html-demos#topbottom Currently that solution uses a flex layout with custom CSS...
These blocks should allow long strings to break, so the layout doesn't break. It would also be great if the layout didn't break this way if this does happen, too....
fixes https://github.com/patternfly/patternfly/issues/5028 This PR allows you to set a custom `font-size` with this rule that was added to PF4 to override PF3's `font-size` on `html` https://github.com/patternfly/patternfly/blob/9ab78a81b9d6d63cd7795fa82b1ff673abba5332/src/patternfly/base/_common.scss#L12-L21 An issue with updating...