mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-08-18 23:09:31 +08:00
fix: 修正功能按钮的异常换行
This commit is contained in:
parent
4c63964fdf
commit
2d7c36c4f3
@ -60,7 +60,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
max-height: 120px;
|
max-height: 120px;
|
||||||
max-width: 520px;
|
max-width: 480px;
|
||||||
padding: 5px 5px 5px 10px;
|
padding: 5px 5px 5px 10px;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -92,8 +92,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
max-width: 180px;
|
min-width: 180px;
|
||||||
min-width: 150px;
|
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
& * {
|
& * {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user