mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-09-27 13:53:21 +08:00
fix: 无换行符的长文本未被正确标记为大内容
This commit is contained in:
@@ -86,8 +86,11 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
max-width: 180px;
|
||||
min-width: 150px;
|
||||
padding: 0px 10px;
|
||||
flex-wrap: wrap;
|
||||
& * {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
Reference in New Issue
Block a user