diff --git a/client/src/App/App.styles.scss b/client/src/App/App.styles.scss
index 052f79b17..e2e13795f 100644
--- a/client/src/App/App.styles.scss
+++ b/client/src/App/App.styles.scss
@@ -14,7 +14,7 @@
.imex-flex-row {
display: flex;
justify-content: flex-start;
- flex-wrap: wrap;
+ //flex-wrap: wrap;
align-items: center;
&__grow {
diff --git a/client/src/components/chat-send-message/chat-send-message.component.jsx b/client/src/components/chat-send-message/chat-send-message.component.jsx
index 646c69777..75af41e4a 100644
--- a/client/src/components/chat-send-message/chat-send-message.component.jsx
+++ b/client/src/components/chat-send-message/chat-send-message.component.jsx
@@ -53,7 +53,7 @@ function ChatSendMessageComponent({
};
return (
-
+
);
-
- // return (
- //
- // );
}
export default forwardRef(FormItemPhone);
diff --git a/client/src/components/job-totals-table/job-totals-table.component.jsx b/client/src/components/job-totals-table/job-totals-table.component.jsx
index 88c550b19..717e3007f 100644
--- a/client/src/components/job-totals-table/job-totals-table.component.jsx
+++ b/client/src/components/job-totals-table/job-totals-table.component.jsx
@@ -1,4 +1,4 @@
-import { Col, Result, Row, Typography } from "antd";
+import { Col, Collapse, Result, Row, Typography } from "antd";
import Dinero from "dinero.js";
import { JsonEditor as Editor } from "jsoneditor-react";
import "jsoneditor-react/es/editor.min.css";
@@ -326,7 +326,9 @@ export function JobsTotalsTableComponent({ bodyshop, jobRO, job }) {
| {t("jobs.labels.subtotal")} |
- {Dinero(job.job_totals.totals.subtotal).toFormat()}
+
+ {Dinero(job.job_totals.totals.subtotal).toFormat()}
+
|
@@ -338,19 +340,25 @@ export function JobsTotalsTableComponent({ bodyshop, jobRO, job }) {
| {t("jobs.labels.net_repairs")} |
- {Dinero(job.job_totals.totals.net_repairs).toFormat()}
+
+ {Dinero(job.job_totals.totals.net_repairs).toFormat()}
+
|
-
+
+
+
+
+