Skip to content

Commit 95d5d0e

Browse files
authored
Merge pull request #7 from SyncfusionExamples/EJ2-932646-UI-width
932646: Enhancing the UI for a More Attractive Stock Management Appli…
2 parents 8205038 + 6d6b989 commit 95d5d0e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Stock-Market-Application/src/components/Overview.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ export default function Overview(props: { changeMarquee: Function, myStockDm: Da
257257
<ColumnDirective
258258
field="CompanyName"
259259
headerText="Company"
260-
width="170"
260+
width="160"
261261
></ColumnDirective>
262262
<ColumnDirective
263263
field="Sector"
@@ -275,21 +275,21 @@ export default function Overview(props: { changeMarquee: Function, myStockDm: Da
275275
field="Last"
276276
format="N2"
277277
textAlign="Center"
278-
width="90"
278+
width="80"
279279
></ColumnDirective>
280280
<ColumnDirective
281281
field="ChangeInValue"
282282
headerText="CHNG 1D"
283283
format="N2"
284284
textAlign="Center"
285-
width="100"
285+
width="90"
286286
></ColumnDirective>
287287
<ColumnDirective
288288
field="ChangeInPercent"
289289
headerText="CHNG (%)"
290290
format="P2"
291291
textAlign="Center"
292-
width="100"
292+
width="80"
293293
></ColumnDirective>
294294
<ColumnDirective
295295
field="Rating"
@@ -300,13 +300,13 @@ export default function Overview(props: { changeMarquee: Function, myStockDm: Da
300300
field="High"
301301
format="N2"
302302
textAlign="Center"
303-
width="90"
303+
width="80"
304304
></ColumnDirective>
305305
<ColumnDirective
306306
field="Low"
307307
format="N2"
308308
textAlign="Center"
309-
width="90"
309+
width="80"
310310
></ColumnDirective>
311311
<ColumnDirective
312312
field="Volume"
@@ -331,7 +331,7 @@ export default function Overview(props: { changeMarquee: Function, myStockDm: Da
331331
},
332332
},
333333
]}
334-
width="110"
334+
width="100"
335335
></ColumnDirective>
336336
</ColumnsDirective>
337337
<Inject services={[Page, Sort, CommandColumn]} />
@@ -343,7 +343,7 @@ export default function Overview(props: { changeMarquee: Function, myStockDm: Da
343343
id="listSidebar"
344344
ref={sidebarobj}
345345
className="sidebar-list"
346-
width="250px"
346+
width="220px"
347347
target=".listmaincontent"
348348
type="Auto"
349349
isOpen={true}

0 commit comments

Comments
 (0)