mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04: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
1 changed files with 3 additions and 0 deletions
|
|
@ -405,6 +405,9 @@ table.nostyle {
|
|||
}
|
||||
td {
|
||||
padding: 10px 10px 10px 0;
|
||||
&:first-child {
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.token-list td {
|
||||
|
|
|
|||
Loading…
Reference in a new issue