File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 16
16
<h4 class =" mb-0" >9.823</h4 >
17
17
<p >Members online</p >
18
18
</b-card-body >
19
- <card-line1-chart-example chartId =" card-chart-01" class =" chart-wrapper px-3" style =" height :70px ;" height =" 70" />
19
+ <card-line1-chart-example chartId =" card-chart-01" class =" chart-wrapper px-3" style =" height :70px ;" : height =" 70" />
20
20
</b-card >
21
21
</b-col >
22
22
<b-col sm =" 6" lg =" 3" >
34
34
<h4 class =" mb-0" >9.823</h4 >
35
35
<p >Members online</p >
36
36
</b-card-body >
37
- <card-line2-chart-example chartId =" card-chart-02" class =" chart-wrapper px-3" style =" height :70px ;" height =" 70" />
37
+ <card-line2-chart-example chartId =" card-chart-02" class =" chart-wrapper px-3" style =" height :70px ;" : height =" 70" />
38
38
</b-card >
39
39
</b-col >
40
40
<b-col sm =" 6" lg =" 3" >
@@ -568,3 +568,10 @@ export default {
568
568
}
569
569
}
570
570
</script >
571
+
572
+ <style >
573
+ /* IE fix */
574
+ #card-chart-01 , #card-chart-02 {
575
+ width : 100% !important ;
576
+ }
577
+ </style >
You can’t perform that action at this time.
0 commit comments