You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(Grid): Provide Row, Col, Clearfix as children of Grid (patternfly……#161)
* fix(Grid): Provide Row, Col, Clearfix as children of Grid
* Update Grid storybook to use Grid child components
feat(Toolbar): Add Toolbar and its components (patternfly#150)
* feat(Toolbar): Add Toolbar and its components
* remove extraneous span wrapper from ToolbarFind
* Updates per review comments
* More updates per review comments
* Add more action logging for toolbar
fix(ListView component): Remove display: flex from container (pattern……fly#151)
The display: flex incorrectly spaces the children. This causes the actions to be pushed out of the
container when the header text is lengthly.
fixpatternfly#148