diff --git a/__tests__/pages/Organizations/screens/Organization/__snapshots__/OrganizationNotifications.test.jsx.snap b/__tests__/pages/Organizations/screens/Organization/__snapshots__/OrganizationNotifications.test.jsx.snap
index e7d882aac1..5e0b1ae6b7 100644
--- a/__tests__/pages/Organizations/screens/Organization/__snapshots__/OrganizationNotifications.test.jsx.snap
+++ b/__tests__/pages/Organizations/screens/Organization/__snapshots__/OrganizationNotifications.test.jsx.snap
@@ -578,10 +578,31 @@ exports[` initially renders succesfully 1`] = `
tabIndex={null}
type="button"
>
-
+
+
+
diff --git a/src/components/DataListToolbar/DataListToolbar.jsx b/src/components/DataListToolbar/DataListToolbar.jsx
index 4616370f76..790490eea2 100644
--- a/src/components/DataListToolbar/DataListToolbar.jsx
+++ b/src/components/DataListToolbar/DataListToolbar.jsx
@@ -77,11 +77,9 @@ class DataListToolbar extends React.Component {
/>
- { (showExpandCollapse || additionalControls.length) ? (
-
- ) : null}
{showExpandCollapse && (
+
div {
- &:last-child{
- display:none;
- }
-}
+}
\ No newline at end of file
diff --git a/src/components/Search/Search.jsx b/src/components/Search/Search.jsx
index ec23b2d071..e9da0b0cec 100644
--- a/src/components/Search/Search.jsx
+++ b/src/components/Search/Search.jsx
@@ -10,6 +10,9 @@ import {
DropdownItem,
TextInput
} from '@patternfly/react-core';
+import {
+ SearchIcon
+} from '@patternfly/react-icons';
class Search extends React.Component {
constructor (props) {
@@ -103,7 +106,7 @@ class Search extends React.Component {
aria-label={i18n._(t`Search`)}
onClick={this.handleSearch}
>
-
+
)}