mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-12-14 18:51:34 +03:00
Merge: - client: Fix top clients alignment
Fix #2039 * commit 'b54ce85d3d5f39957d0a2c3625c04e4936c40d94': - client: Fix top clients alignment
This commit is contained in:
commit
1a6bd29462
@ -16,7 +16,11 @@
|
||||
|
||||
.card-table-overflow--limited {
|
||||
overflow-y: auto;
|
||||
max-height: 280px;
|
||||
max-height: 17.5rem;
|
||||
}
|
||||
|
||||
.card-table-overflow--limited.clients__table {
|
||||
max-height: 18rem;
|
||||
}
|
||||
|
||||
.card-actions {
|
||||
|
Loading…
Reference in New Issue
Block a user