diff --git a/src/assets/icons/search.svg b/src/assets/icons/search.svg
new file mode 100644
index 000000000..f974b540a
--- /dev/null
+++ b/src/assets/icons/search.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/components/DropdownMenu/DropdownMenu.scss b/src/components/DropdownMenu/DropdownMenu.scss
index b1b5f5a1e..14a833734 100644
--- a/src/components/DropdownMenu/DropdownMenu.scss
+++ b/src/components/DropdownMenu/DropdownMenu.scss
@@ -7,7 +7,7 @@
cursor: pointer;
min-height: 43px;
- padding: 0 0.5rem;
+ margin: 0 5px;
color: $actionColor;
}
diff --git a/src/components/Layout/Layout.js b/src/components/Layout/Layout.js
index c4793295f..f7d5581d8 100644
--- a/src/components/Layout/Layout.js
+++ b/src/components/Layout/Layout.js
@@ -50,7 +50,11 @@ class Layout extends React.Component {
{ this.props.actions }
-
+
+
+

+
+