Make the two over Time graphs in the second row full width on medium size screens

This commit is contained in:
DL6ER
2017-04-21 15:55:46 +02:00
parent 3364f989cf
commit afab77de06

View File

@@ -89,7 +89,7 @@
// a password
if($auth){ ?>
<div class="row">
<div class="hidden-xs hidden-sm col-md-6 col-lg-6">
<div class="hidden-xs hidden-sm col-md-12 col-lg-6">
<div class="box" id="query-types">
<div class="box-header with-border">
<h3 class="box-title">Query Types over Time</h3>
@@ -105,7 +105,7 @@
<!-- /.box-body -->
</div>
</div>
<div class="hidden-xs hidden-sm col-md-6 col-lg-6">
<div class="hidden-xs hidden-sm col-md-12 col-lg-6">
<div class="box" id="forward-destinations">
<div class="box-header with-border">
<h3 class="box-title">Forward Destinations over Time</h3>