Pull request 2036: 6180 revert
Updates #6180.
Squashed commit of the following:
commit 38689bd26cad9b195cf01f5f1b09fbe075c6ff84
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 3ce3c41b59
.
This commit is contained in:
parent
5fa11567aa
commit
e218ddc35f
|
@ -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}
|
||||
|
|
|
@ -59,7 +59,7 @@ class StatsConfig extends Component {
|
|||
interval,
|
||||
customInterval,
|
||||
enabled,
|
||||
ignored: ignored?.join('\n'),
|
||||
ignored: ignored.join('\n'),
|
||||
}}
|
||||
onSubmit={this.handleFormSubmit}
|
||||
processing={processing}
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
}
|
||||
|
||||
.dashboard .card-table-overflow--limited {
|
||||
max-height: 19rem;
|
||||
max-height: 18rem;
|
||||
}
|
||||
|
||||
.card-actions {
|
||||
|
|
Loading…
Reference in New Issue