Răsfoiți Sursa

imprv Adminmodule 0808 1633

taikou-m 8 luni în urmă
părinte
comite
e4072fe564

+ 1 - 1
apps/app/src/client/components/Admin/AuditLog/ActivityTable.tsx

@@ -32,7 +32,7 @@ export const ActivityTable : FC<Props> = (props: Props) => {
   }, []);
 
   return (
-    <div className="table-responsive">
+    <div className="table-responsive admin-audit-log">
       <table className="table table-default table-bordered table-user-list">
         <thead>
           <tr>

+ 5 - 3
apps/app/src/components/Layout/Admin.module.scss

@@ -236,12 +236,14 @@ $slack-work-space-name-card-border: #efc1f6;
       width: 50px;
     }
 
-  }
-
-  .table-bordered {
+    .table-bordered {
       table-layout: fixed;
     }
 
+  }
+
+
+
 
   .settings-table {