mirror of
https://github.com/usememos/memos.git
synced 2024-11-11 07:24:18 +03:00
fix: tag compressed (#412)
This commit is contained in:
parent
0d6281ef6b
commit
b43bfce254
@ -88,7 +88,7 @@
|
||||
@apply hidden flex-col justify-start items-start absolute top-6 left-0 mt-1 p-1 z-1 rounded w-36 max-h-52 overflow-auto font-mono bg-black;
|
||||
|
||||
> .item-container {
|
||||
@apply w-full text-white cursor-pointer rounded text-sm leading-6 px-2 truncate hover:bg-gray-700;
|
||||
@apply w-full text-white cursor-pointer rounded text-sm leading-6 px-2 truncate hover:bg-gray-700 shrink-0;
|
||||
}
|
||||
|
||||
> .tip-text {
|
||||
|
Loading…
Reference in New Issue
Block a user