set responsive breakpoint for small screens on watch & events views
This commit is contained in:
parent
f12c8f453e
commit
93f11bbc82
|
@ -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() ?>"
|
||||
|
|
|
@ -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() ?>"
|
||||
|
|
Loading…
Reference in New Issue