fix: 修正功能按钮的异常换行

This commit is contained in:
ZiuChen 2022-09-13 22:08:26 +08:00
parent 4c63964fdf
commit 2d7c36c4f3

View File

@ -60,7 +60,7 @@
overflow: hidden;
word-break: break-all;
max-height: 120px;
max-width: 520px;
max-width: 480px;
padding: 5px 5px 5px 10px;
white-space: pre-wrap;
flex-direction: column;
@ -92,8 +92,7 @@
align-items: center;
justify-content: center;
flex-wrap: wrap;
max-width: 180px;
min-width: 150px;
min-width: 180px;
padding: 0px 10px;
flex-wrap: wrap;
& * {