mirror of
https://github.com/usememos/memos.git
synced 2025-10-30 00:06:25 +08:00
fix: tag compressed (#412)
This commit is contained in:
parent
0d6281ef6b
commit
b43bfce254
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
@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 {
|
> .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 {
|
> .tip-text {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue