mirror of
https://github.com/usememos/memos.git
synced 2025-03-05 10:03:06 +08:00
fix: content link style (#86)
* Update memo-content.less * Update web/src/less/memo-content.less Co-authored-by: Steven <imrealleonardo@gmail.com>
This commit is contained in:
parent
3be5ea34a4
commit
d1a7527c0d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
}
|
||||
|
||||
.link {
|
||||
@apply inline-block text-blue-600 cursor-pointer underline hover:opacity-80;
|
||||
@apply inline-block text-blue-600 cursor-pointer underline break-all hover:opacity-80;
|
||||
}
|
||||
|
||||
.counter-block,
|
||||
|
|
Loading…
Reference in a new issue