mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
- client: Fix top clients alignment
This commit is contained in:
parent
07db05dd80
commit
b54ce85d3d
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