Skip to content
This repository was archived by the owner on Jan 5, 2019. It is now read-only.

Commit 6f1ca8d

Browse files
author
Mario Basic
committed
Fixed report sizing on xs devices.
1 parent dddc7b3 commit 6f1ca8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/report.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</div>
6060

6161
<div class="row">
62-
<div class="col-md-6 col-xs-6">
62+
<div class="col-md-6">
6363
<div class="panel panel-default">
6464
<div class="panel-heading">
6565
<h3 class="panel-title">Categories</h3>
@@ -84,7 +84,7 @@
8484
</div>
8585
</div>
8686
</div>
87-
<div class="col-md-6 col-xs-6">
87+
<div class="col-md-6">
8888
<div class="panel panel-default">
8989
<div class="panel-heading">
9090
<h3 class="panel-title">Clients</h3>

0 commit comments

Comments
 (0)