Reduce size of date in list

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-11-20 13:57:49 +01:00
parent 3d063e4dd0
commit 1dd8746395

View File

@ -1033,7 +1033,8 @@ kbd {
overflow: hidden;
text-overflow: ellipsis;
max-width: 100px;
opacity: 0.5;
opacity: .5;
font-size: 80%;
user-select: none;
}
}