diff --git a/frontend/app/components/Client/PreferencesMenu/PreferencesMenu.js b/frontend/app/components/Client/PreferencesMenu/PreferencesMenu.js
index 9acc45ff9..498631ad1 100644
--- a/frontend/app/components/Client/PreferencesMenu/PreferencesMenu.js
+++ b/frontend/app/components/Client/PreferencesMenu/PreferencesMenu.js
@@ -74,8 +74,8 @@ function PreferencesMenu({ account, activeTab, history, isEnterprise }) {
title="Roles & Access"
iconName="diagram-3"
onClick={() => setTab(CLIENT_TABS.MANAGE_ROLES)}
+ leading={}
/>
-
)}
@@ -86,8 +86,8 @@ function PreferencesMenu({ account, activeTab, history, isEnterprise }) {
title="Audit"
iconName="list-ul"
onClick={() => setTab(CLIENT_TABS.AUDIT)}
+ leading={}
/>
-
)}
@@ -98,8 +98,8 @@ function PreferencesMenu({ account, activeTab, history, isEnterprise }) {
title="Team"
iconName="users"
onClick={() => setTab(CLIENT_TABS.MANAGE_USERS)}
+ leading={}
/>
-
)}
@@ -123,8 +123,8 @@ export default connect((state) => ({
function AdminOnlyBadge() {
return (
Admin Only
diff --git a/frontend/app/components/Client/PreferencesMenu/preferencesMenu.module.css b/frontend/app/components/Client/PreferencesMenu/preferencesMenu.module.css
index 818008fb8..c129c5cb8 100644
--- a/frontend/app/components/Client/PreferencesMenu/preferencesMenu.module.css
+++ b/frontend/app/components/Client/PreferencesMenu/preferencesMenu.module.css
@@ -1,7 +1,7 @@
.wrapper {
position: fixed;
top: 81px;
- width: 200px;
+ width: 210px;
}
.header {
diff --git a/frontend/app/components/Client/client.module.css b/frontend/app/components/Client/client.module.css
index 43d311b31..815b7e8d6 100644
--- a/frontend/app/components/Client/client.module.css
+++ b/frontend/app/components/Client/client.module.css
@@ -10,7 +10,7 @@
/* min-height: calc(100vh - 81px); */
& .tabMenu {
- width: 240px;
+ width: 250px;
margin: 0;
background-color: $gray-lightest;
}