Merge pull request #3651 from DKnight110/wrap_event_btn_toolbar

Make event button toolbar wrap-able
pull/3644/merge
Isaac Connor 2022-12-31 09:30:31 -05:00 committed by GitHub
commit ca5fb84fcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ if ( $Event->Id() and !file_exists($Event->Path()) )
?>
<!-- BEGIN HEADER -->
<div class="d-flex flex-row justify-content-between px-3 py-1">
<div class="d-flex flex-row flex-wrap justify-content-between px-3 py-1">
<div id="toolbar" >
<button id="backBtn" class="btn btn-normal" data-toggle="tooltip" data-placement="top" title="<?php echo translate('Back') ?>" disabled><i class="fa fa-arrow-left"></i></button>
<button id="refreshBtn" class="btn btn-normal" data-toggle="tooltip" data-placement="top" title="<?php echo translate('Refresh') ?>" ><i class="fa fa-refresh"></i></button>