mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
Merge: - client: Fix top clients alignment
Fix #2039 * commit 'b54ce85d3d5f39957d0a2c3625c04e4936c40d94': - client: Fix top clients alignment
This commit is contained in:
commit
1a6bd29462
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue