質問編集履歴
1
テキストボックスと削除ボタンにflex-direction: column;を適用しております。
title
CHANGED
File without changes
|
body
CHANGED
@@ -15,6 +15,10 @@
|
|
15
15
|
display: block;
|
16
16
|
margin-top: 10px;
|
17
17
|
}
|
18
|
+
#form_area input {
|
19
|
+
display: flex;
|
20
|
+
flex-direction: column;
|
21
|
+
}
|
18
22
|
```
|
19
23
|
|
20
24
|
```javascript
|