diff --git a/client/src/containers/Preferences/Accountant/AccountantForm.js b/client/src/containers/Preferences/Accountant/AccountantForm.js index 1cb7333bd..870833e78 100644 --- a/client/src/containers/Preferences/Accountant/AccountantForm.js +++ b/client/src/containers/Preferences/Accountant/AccountantForm.js @@ -220,10 +220,10 @@ export default function AccountantForm() {
- -
diff --git a/client/src/containers/Preferences/Item/ItemForm.js b/client/src/containers/Preferences/Item/ItemForm.js index 525fec756..355adef02 100644 --- a/client/src/containers/Preferences/Item/ItemForm.js +++ b/client/src/containers/Preferences/Item/ItemForm.js @@ -134,10 +134,10 @@ export default function ItemForm() {
- -
diff --git a/client/src/containers/Vendors/VendorsLanding/components.js b/client/src/containers/Vendors/VendorsLanding/components.js index 75b64c620..055cfab2c 100644 --- a/client/src/containers/Vendors/VendorsLanding/components.js +++ b/client/src/containers/Vendors/VendorsLanding/components.js @@ -19,8 +19,6 @@ export function ActionsMenu({ row: { original }, payload: { onEdit, onDelete, onDuplicate }, }) { - - return ( [ { @@ -96,7 +92,7 @@ export function useVendorsTableColumns() { Header: '', accessor: AvatarAccessor, className: 'avatar', - width: 50, + width: 45, disableResizing: true, disableSortBy: true, },