Skip to content

Commit

Permalink
Fixed issue #18942: Roles - Permissions Modal is too narrow (#3320)
Browse files Browse the repository at this point in the history
Co-authored-by: Lapiu Dev <devgit@lapiu.biz>
  • Loading branch information
gabrieljenik and lapiudevgit committed Sep 15, 2023
1 parent 411ea28 commit 9283822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/userRole/partials/_permissions.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
["id" => "RoleControl--modalform"]
) ?>

<div class="modal-body selector--edit-permissions-container">
<div class="modal-body selector--edit-permissions-container table-responsive">
<div class="container-center">
<input type='hidden' name='ptid' value='<?php
echo(isset($oModel) ? $oModel->ptid : ''); ?>'/>
Expand Down

0 comments on commit 9283822

Please sign in to comment.