Skip to content

Commit 9782cc0

Browse files
authored
Add files via upload
1 parent 511fd5c commit 9782cc0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,12 @@
179179
height: 40px;
180180
}
181181

182-
/* 候選字區塊樣式 - 恢復自動換行 */
182+
/* 候選字區塊樣式 - 恢復自動換行並靠左對齊 */
183183
.candidate-area {
184184
min-height: 60px;
185185
display: flex;
186186
flex-wrap: wrap; /* 允許內容換行 */
187+
justify-content: flex-start; /* 讓項目靠左對齊 */
187188
align-items: center;
188189
padding: 8px;
189190
gap: 8px;

0 commit comments

Comments
 (0)