taikou-m 10 месяцев назад
Родитель
Сommit
c4038f1014
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      apps/app/src/components/Layout/Admin.module.scss

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

@@ -224,7 +224,6 @@ $slack-work-space-name-card-border: #efc1f6;
   // }
 
   .admin-audit-log {
-    overflow-x: hidden;
     .select-action-dropdown {
       max-height: 500px;
       overflow-y: auto;
@@ -232,15 +231,16 @@ $slack-work-space-name-card-border: #efc1f6;
     .date-range-picker {
       width: 188px;
       height: auto;
+      word-break: break-all!important;
     }
     .jump-page-input {
       width: 50px;
     }
-    .table-user-list{
+    .table-user-list {
       max-width: 50px;
-      overflow-x: hidden;
     }
 
+
   }
 
   .settings-table {