style: 去掉最小高度

This commit is contained in:
rd
2025-09-01 09:57:35 +08:00
parent 9df9caf7ed
commit 389bb142aa
2 changed files with 6 additions and 6 deletions

View File

@ -59,7 +59,7 @@
align-items: flex-start; align-items: flex-start;
min-width: 0; min-width: 0;
max-width: 100%; max-width: 100%;
min-height: 36px; // min-height: 36px;
word-break: break-all; word-break: break-all;
@include cts; @include cts;
&-filled { &-filled {