set responsive breakpoint for small screens on watch & events views

This commit is contained in:
Andrew Bauer 2020-12-01 09:50:32 -06:00
parent f12c8f453e
commit 93f11bbc82
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ getBodyTopHTML();
</div>
<!-- Table styling handled by bootstrap-tables -->
<div class="row justify-content-center">
<div class="row justify-content-center table-responsive-sm">
<table
id="eventTable"
data-locale="<?php echo i18n() ?>"

View File

@ -160,7 +160,7 @@ if ( $showPtzControls ) {
if ( canView('Events') && ($monitor->Type() != 'WebSite') ) {
?>
<!-- Table styling handled by bootstrap-tables -->
<div id="events" class="row justify-content-center">
<div id="events" class="row justify-content-center table-responsive-sm">
<table
id="eventList"
data-locale="<?php echo i18n() ?>"