mirror of
https://github.com/nextcloud/server.git
synced 2026-04-26 08:38:11 -04:00
Devices & sessions: fix misaligned header
Signed-off-by: Quentin Guidée <quentin.guidee@gmail.com>
This commit is contained in:
parent
b5ae67ac2a
commit
de5743cfb7
3 changed files with 5 additions and 5 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -94,7 +94,7 @@ export default {
|
|||
|
||||
th {
|
||||
opacity: .5;
|
||||
padding: 10px 10px 10px 0;
|
||||
padding: 10px 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue