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