Skip to content

Commit b7cb78f

Browse files
committed
fix: ie card charts issue
1 parent a44b204 commit b7cb78f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/views/Dashboard/Dashboard.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -469,10 +469,10 @@ class Dashboard extends Component {
469469
</DropdownMenu>
470470
</ButtonDropdown>
471471
</ButtonGroup>
472-
<h4 className="mb-0">9.823</h4>
473-
<p>Members online</p>
472+
<div className="text-value">9.823</div>
473+
<div>Members online</div>
474474
</CardBody>
475-
<div className="chart-wrapper px-3" style={{ height: '70px' }}>
475+
<div className="chart-wrapper mt-3 mx-3" style={{ height: '70px' }}>
476476
<Line data={cardChartData2} options={cardChartOpts2} height={70} />
477477
</div>
478478
</Card>
@@ -493,10 +493,10 @@ class Dashboard extends Component {
493493
</DropdownMenu>
494494
</Dropdown>
495495
</ButtonGroup>
496-
<h4 className="mb-0">9.823</h4>
497-
<p>Members online</p>
496+
<div className="text-value">9.823</div>
497+
<div>Members online</div>
498498
</CardBody>
499-
<div className="chart-wrapper px-3" style={{ height: '70px' }}>
499+
<div className="chart-wrapper mt-3 mx-3" style={{ height: '70px' }}>
500500
<Line data={cardChartData1} options={cardChartOpts1} height={70} />
501501
</div>
502502
</Card>
@@ -517,10 +517,10 @@ class Dashboard extends Component {
517517
</DropdownMenu>
518518
</Dropdown>
519519
</ButtonGroup>
520-
<h4 className="mb-0">9.823</h4>
521-
<p>Members online</p>
520+
<div className="text-value">9.823</div>
521+
<div>Members online</div>
522522
</CardBody>
523-
<div className="chart-wrapper px-0" style={{ height: '70px' }}>
523+
<div className="chart-wrapper px-0 mt-3" style={{ height: '70px' }}>
524524
<Line data={cardChartData3} options={cardChartOpts3} height={70} />
525525
</div>
526526
</Card>
@@ -541,10 +541,10 @@ class Dashboard extends Component {
541541
</DropdownMenu>
542542
</ButtonDropdown>
543543
</ButtonGroup>
544-
<h4 className="mb-0">9.823</h4>
545-
<p>Members online</p>
544+
<div className="text-value">9.823</div>
545+
<div>Members online</div>
546546
</CardBody>
547-
<div className="chart-wrapper px-3" style={{ height: '70px' }}>
547+
<div className="chart-wrapper mt-3 mx-3" style={{ height: '70px' }}>
548548
<Bar data={cardChartData4} options={cardChartOpts4} height={70} />
549549
</div>
550550
</Card>

0 commit comments

Comments
 (0)