diff --git a/client/src/style/pages/Customers/List.scss b/client/src/style/pages/Customers/List.scss index b271d1a3a..a12f9e3b4 100644 --- a/client/src/style/pages/Customers/List.scss +++ b/client/src/style/pages/Customers/List.scss @@ -5,8 +5,8 @@ .bigcapital-datatable{ .tr .td{ - padding-top: 0.6rem; - padding-bottom: 0.6rem; + padding-top: 0.5rem; + padding-bottom: 0.5rem; } .avatar.td{ diff --git a/client/src/style/pages/InventoryAdjustments/List.scss b/client/src/style/pages/InventoryAdjustments/List.scss index d904555ef..87fb6158d 100644 --- a/client/src/style/pages/InventoryAdjustments/List.scss +++ b/client/src/style/pages/InventoryAdjustments/List.scss @@ -7,7 +7,7 @@ .table { .tbody { .tr{ - min-height: 50px; + min-height: 46px; } } } diff --git a/client/src/style/pages/ItemsCategories/List.scss b/client/src/style/pages/ItemsCategories/List.scss index a925a3f21..c6f4859b4 100644 --- a/client/src/style/pages/ItemsCategories/List.scss +++ b/client/src/style/pages/ItemsCategories/List.scss @@ -6,7 +6,7 @@ .table { .tbody { .tr{ - min-height: 50px; + min-height: 46px; } } } diff --git a/client/src/style/pages/Vendors/List.scss b/client/src/style/pages/Vendors/List.scss index 97764e88a..ef592ef98 100644 --- a/client/src/style/pages/Vendors/List.scss +++ b/client/src/style/pages/Vendors/List.scss @@ -4,8 +4,8 @@ tbody { .tr .td { - padding-top: 0.6rem; - padding-bottom: 0.6rem; + padding-top: 0.5rem; + padding-bottom: 0.5rem; } }