mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
fix: limit tags length
This commit is contained in:
@@ -863,3 +863,13 @@ html.is-mac {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
.block-tags {
|
||||
@apply flex flex-row flex-wrap items-center gap-1;
|
||||
max-width: 256px;
|
||||
}
|
||||
.block-tag span {
|
||||
@apply h-6 whitespace-nowrap overflow-hidden;
|
||||
max-width: 160px;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user