mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Fix padding in devices/sessions list
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
ff2c819ed3
commit
0ec483b668
@ -405,6 +405,9 @@ table.nostyle {
|
||||
}
|
||||
td {
|
||||
padding: 10px 10px 10px 0;
|
||||
&:first-child {
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.token-list td {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user