mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Reduce size of date in list
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
3d063e4dd0
commit
1dd8746395
1 changed files with 2 additions and 1 deletions
|
|
@ -1033,7 +1033,8 @@ kbd {
|
|||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 100px;
|
||||
opacity: 0.5;
|
||||
opacity: .5;
|
||||
font-size: 80%;
|
||||
user-select: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue