Fix layout on small screens (Group Mgmt tables) (#2078)

Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2022-01-14 18:41:41 -03:00
committed by GitHub
parent 1f0ed95564
commit 035d8f981d
10 changed files with 97 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ $(function () {
{ data: "name" },
{ data: "enabled", searchable: false },
{ data: "description" },
{ data: null, width: "60px", orderable: false },
{ data: null, width: "22px", orderable: false },
],
columnDefs: [
{