Skip to content

Commit

Permalink
Pull request 2036: 6180 revert
Browse files Browse the repository at this point in the history
Updates AdguardTeam#6180.

Squashed commit of the following:

commit 38689bd
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Wed Oct 11 18:24:23 2023 +0300

    Revert "6180 fix dashboard empty tables scroll"

    This reverts commit 3ce3c41.
  • Loading branch information
ainar-g authored and annguyen0 committed Nov 27, 2023
1 parent eb0abb5 commit 5d1aa61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/src/components/Settings/LogsConfig/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class LogsConfig extends Component {
interval,
customInterval,
anonymize_client_ip,
ignored: ignored?.join('\n'),
ignored: ignored.join('\n'),
}}
onSubmit={this.handleFormSubmit}
processing={processing}
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/Settings/StatsConfig/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class StatsConfig extends Component {
interval,
customInterval,
enabled,
ignored: ignored?.join('\n'),
ignored: ignored.join('\n'),
}}
onSubmit={this.handleFormSubmit}
processing={processing}
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/ui/Card.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

.dashboard .card-table-overflow--limited {
max-height: 19rem;
max-height: 18rem;
}

.card-actions {
Expand Down

0 comments on commit 5d1aa61

Please sign in to comment.