diff --git a/src/style/pages/Bills/List.scss b/src/style/pages/Bills/List.scss index 2fcb700cb..55b52b0af 100644 --- a/src/style/pages/Bills/List.scss +++ b/src/style/pages/Bills/List.scss @@ -45,7 +45,7 @@ font-size: 13.5px; } .bp3-progress-bar { - height: 4px; + height: 3px; max-width: 180px; &, diff --git a/src/style/pages/SaleInvoice/List.scss b/src/style/pages/SaleInvoice/List.scss index adb06f1e7..03e62e64a 100644 --- a/src/style/pages/SaleInvoice/List.scss +++ b/src/style/pages/SaleInvoice/List.scss @@ -45,7 +45,7 @@ font-size: 13.5px; } .bp3-progress-bar { - height: 4px; + height: 3px; max-width: 180px; &, @@ -55,12 +55,5 @@ } } } - .table-size--small { - .status.td { - .bp3-progress-bar { - height: 3px; - } - } - } } }