Truncate tags in grid view

fixes #672
This commit is contained in:
Marcel Klehr 2019-06-07 08:01:31 +02:00
parent d5463c6937
commit 7f4ab9425d
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ button span,
}
.bookmark-card .tags {
max-height: 100px;
max-height: 55px;
overflow: hidden;
}