Skip to content

Commit 511fd5c

Browse files
authored
Add files via upload
1 parent a4db321 commit 511fd5c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

test.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,16 +179,14 @@
179179
height: 40px;
180180
}
181181

182-
/* 候選字區塊樣式 - 確保單行顯示並可水平捲動 */
182+
/* 候選字區塊樣式 - 恢復自動換行 */
183183
.candidate-area {
184184
min-height: 60px;
185185
display: flex;
186-
flex-wrap: nowrap; /* 確保內容不換行 */
186+
flex-wrap: wrap; /* 允許內容換行 */
187187
align-items: center;
188188
padding: 8px;
189189
gap: 8px;
190-
white-space: nowrap;
191-
overflow-x: auto; /* 在內容溢出時啟用水平捲動 */
192190
-ms-overflow-style: none; /* IE and Edge */
193191
scrollbar-width: none; /* Firefox */
194192
}

0 commit comments

Comments
 (0)