@@ -21,7 +21,7 @@ block breadcrumb
2121
2222block view
2323 .row
24- .col-sm-6.col-lg -3
24+ .col-sm-6.col-xl -3
2525 .card.mb-4.text-white.bg-primary
2626 .card-body.pb-0.d-flex.justify-content-between.align-items-start
2727 div
@@ -43,7 +43,7 @@ block view
4343 .c-chart-wrapper.mt-3.mx-3 ( style ='height:70px;' )
4444 canvas#card-chart1 .chart ( height ='70' )
4545 // /.col
46- .col-sm-6.col-lg -3
46+ .col-sm-6.col-xl -3
4747 .card.mb-4.text-white.bg-info
4848 .card-body.pb-0.d-flex.justify-content-between.align-items-start
4949 div
@@ -64,7 +64,7 @@ block view
6464 .c-chart-wrapper.mt-3.mx-3 ( style ='height:70px;' )
6565 canvas#card-chart2 .chart ( height ='70' )
6666 // /.col
67- .col-sm-6.col-lg -3
67+ .col-sm-6.col-xl -3
6868 .card.mb-4.text-white.bg-warning
6969 .card-body.pb-0.d-flex.justify-content-between.align-items-start
7070 div
@@ -85,7 +85,7 @@ block view
8585 .c-chart-wrapper.mt-3 ( style ='height:70px;' )
8686 canvas#card-chart3 .chart ( height ='70' )
8787 // /.col
88- .col-sm-6.col-lg -3
88+ .col-sm-6.col-xl -3
8989 .card.mb-4.text-white.bg-danger
9090 .card-body.pb-0.d-flex.justify-content-between.align-items-start
9191 div
@@ -130,30 +130,30 @@ block view
130130 .c-chart-wrapper ( style ='height:300px;margin-top:40px;' )
131131 canvas#main-chart .chart ( height ='300' )
132132 .card-footer
133- .row.row-cols-1.row-cols-md -5.text-center
134- .col.mb-sm-2.mb-0
133+ .row.row-cols-1.row-cols-sm-2.row-cols-lg-4.row-cols-xl -5.text-center
134+ .col.mb-2
135135 .text-body-secondary Visits
136- .fw-semibold 29.703 Users (40%)
136+ .fw-semibold.text-truncate 29.703 Users (40%)
137137 .progress.progress-thin.mt-2
138138 .progress-bar.bg-success ( role ='progressbar' , style ='width: 40%' , aria-valuenow ='40' , aria-valuemin ='0' , aria-valuemax ='100' )
139- .col.mb-sm-2.mb-0
139+ .col.mb-2
140140 .text-body-secondary Unique
141- .fw-semibold 24.093 Users (20%)
141+ .fw-semibold.text-truncate 24.093 Users (20%)
142142 .progress.progress-thin.mt-2
143143 .progress-bar.bg-info ( role ='progressbar' , style ='width: 20%' , aria-valuenow ='20' , aria-valuemin ='0' , aria-valuemax ='100' )
144- .col.mb-sm-2.mb-0
144+ .col.mb-2
145145 .text-body-secondary Pageviews
146- .fw-semibold 78.706 Views (60%)
146+ .fw-semibold.text-truncate 78.706 Views (60%)
147147 .progress.progress-thin.mt-2
148148 .progress-bar.bg-warning ( role ='progressbar' , style ='width: 60%' , aria-valuenow ='60' , aria-valuemin ='0' , aria-valuemax ='100' )
149- .col.mb-sm-2.mb-0
149+ .col.mb-2
150150 .text-body-secondary New Users
151- .fw-semibold 22.123 Users (80%)
151+ .fw-semibold.text-truncate 22.123 Users (80%)
152152 .progress.progress-thin.mt-2
153153 .progress-bar.bg-danger ( role ='progressbar' , style ='width: 80%' , aria-valuenow ='80' , aria-valuemin ='0' , aria-valuemax ='100' )
154- .col.mb-sm-2.mb-0
154+ .col.mb-2.d-none.d-xl-block
155155 .text-body-secondary Bounce Rate
156- .fw-semibold 40.15%
156+ .fw-semibold.text-truncate 40.15%
157157 .progress.progress-thin.mt-2
158158 .progress-bar ( role ='progressbar' , style ='width: 40%' , aria-valuenow ='40' , aria-valuemin ='0' , aria-valuemax ='100' )
159159 // /.card.mb-4
@@ -218,13 +218,13 @@ block view
218218 .row
219219 .col-6
220220 .border-start.border-start-4.border-start-info.px-3.mb-3
221- small.text-body-secondary New Clients
222- div .fs-5.fw-semibold 9.123
221+ . small.text-body-secondary.text-truncate New Clients
222+ .fs-5.fw-semibold 9.123
223223 // /.col
224224 .col-6
225225 .border-start.border-start-4.border-start-danger.px-3.mb-3
226- small.text-body-secondary Recuring Clients
227- div .fs-5.fw-semibold 22.643
226+ . small.text-body-secondary.text-truncate Recuring Clients
227+ .fs-5.fw-semibold 22.643
228228 // /.col
229229 // /.row
230230 hr.mt-0
@@ -296,13 +296,13 @@ block view
296296 .row
297297 .col-6
298298 .border-start.border-start-4.border-start-warning.px-3.mb-3
299- small.text-body-secondary Pageviews
300- div .fs-5.fw-semibold 78.623
299+ . small.text-body-secondary.text-truncate Pageviews
300+ .fs-5.fw-semibold 78.623
301301 // /.col
302302 .col-6
303303 .border-start.border-start-4.border-start-success.px-3.mb-3
304- small.text-body-secondary Organic
305- div .fs-5.fw-semibold 49.123
304+ . small.text-body-secondary.text-truncate Organic
305+ .fs-5.fw-semibold 49.123
306306 // /.col
307307 // /.row
308308 hr.mt-0
@@ -369,7 +369,7 @@ block view
369369 br
370370 .table-responsive
371371 table.table.border.mb-0
372- thead.fw-semibold
372+ thead.fw-semibold.text-nowrap
373373 tr.align-middle
374374 th.bg-body-secondary.text-center
375375 svg.icon
@@ -397,7 +397,7 @@ block view
397397 td
398398 .d-flex.justify-content-between.align-items-baseline
399399 .fw-semibold 50%
400- .ms-1. text-nowrap.small.text-body-secondary Jun 11, 2020 - Jul 10, 2020
400+ .text-nowrap.small.text-body-secondary.ms-3 Jun 11, 2020 - Jul 10, 2020
401401 .progress.progress-thin
402402 .progress-bar.bg-success ( role ='progressbar' , style ='width: 50%' , aria-valuenow ='50' , aria-valuemin ='0' , aria-valuemax ='100' )
403403 td.text-center
@@ -431,7 +431,7 @@ block view
431431 td
432432 .d-flex.justify-content-between.align-items-baseline
433433 .fw-semibold 10%
434- .ms-1. text-nowrap.small.text-body-secondary Jun 11, 2020 - Jul 10, 2020
434+ .text-nowrap.small.text-body-secondary.ms-3 Jun 11, 2020 - Jul 10, 2020
435435 .progress.progress-thin
436436 .progress-bar.bg-info ( role ='progressbar' , style ='width: 10%' , aria-valuenow ='10' , aria-valuemin ='0' , aria-valuemax ='100' )
437437 td.text-center
@@ -465,7 +465,7 @@ block view
465465 td
466466 .d-flex.justify-content-between.align-items-baseline
467467 .fw-semibold 74%
468- .ms-1. text-nowrap.small.text-body-secondary Jun 11, 2020 - Jul 10, 2020
468+ .text-nowrap.small.text-body-secondary.ms-3 Jun 11, 2020 - Jul 10, 2020
469469 .progress.progress-thin
470470 .progress-bar.bg-warning ( role ='progressbar' , style ='width: 74%' , aria-valuenow ='74' , aria-valuemin ='0' , aria-valuemax ='100' )
471471 td.text-center
@@ -499,7 +499,7 @@ block view
499499 td
500500 .d-flex.justify-content-between.align-items-baseline
501501 .fw-semibold 98%
502- .ms-1. text-nowrap.small.text-body-secondary Jun 11, 2020 - Jul 10, 2020
502+ .text-nowrap.small.text-body-secondary.ms-3 Jun 11, 2020 - Jul 10, 2020
503503 .progress.progress-thin
504504 .progress-bar.bg-danger ( role ='progressbar' , style ='width: 98%' , aria-valuenow ='98' , aria-valuemin ='0' , aria-valuemax ='100' )
505505 td.text-center
@@ -533,7 +533,7 @@ block view
533533 td
534534 .d-flex.justify-content-between.align-items-baseline
535535 .fw-semibold 22%
536- .ms-1. text-nowrap.small.text-body-secondary Jun 11, 2020 - Jul 10, 2020
536+ .text-nowrap.small.text-body-secondary.ms-3 Jun 11, 2020 - Jul 10, 2020
537537 .progress.progress-thin
538538 .progress-bar.bg-info ( role ='progressbar' , style ='width: 22%' , aria-valuenow ='22' , aria-valuemin ='0' , aria-valuemax ='100' )
539539 td.text-center
@@ -567,7 +567,7 @@ block view
567567 td
568568 .d-flex.justify-content-between.align-items-baseline
569569 .fw-semibold 43%
570- .ms-1. text-nowrap.small.text-body-secondary Jun 11, 2020 - Jul 10, 2020
570+ .text-nowrap.small.text-body-secondary.ms-3 Jun 11, 2020 - Jul 10, 2020
571571 .progress.progress-thin
572572 .progress-bar.bg-success ( role ='progressbar' , style ='width: 43%' , aria-valuenow ='43' , aria-valuemin ='0' , aria-valuemax ='100' )
573573 td.text-center
0 commit comments