inboxlookup_screen 1.2.4 → 1.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inboxlookup_screen",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "A React component using DevExtreme",
5
5
  "main": "dist/index.js",
6
6
  "homepage": "./",
@@ -580,7 +580,14 @@ const OrdersMasterDetail = ({ dataSource, keyExpr, token, BaseUrl, ProjectId, Fl
580
580
 
581
581
 
582
582
  </DataGrid>
583
- <div style={{ marginTop: "10px", fontWeight: "500" }}>
583
+ <div
584
+ style={{
585
+ display: "flex",
586
+ justifyContent: "flex-end",
587
+ marginTop: "10px",
588
+ fontWeight: "bold"
589
+ }}
590
+ >
584
591
  Total Rows: {totalCount}
585
592
  </div>
586
593
  {/* </div> */}