質問編集履歴

1

テキストボックスと削除ボタンにflex-direction: column;を適用しております。

2020/11/17 22:45

投稿

ojigi
ojigi

スコア2

test CHANGED
File without changes
test CHANGED
@@ -31,6 +31,14 @@
31
31
  margin-top: 10px;
32
32
 
33
33
  }
34
+
35
+ #form_area input {
36
+
37
+ display: flex;
38
+
39
+ flex-direction: column;
40
+
41
+ }
34
42
 
35
43
  ```
36
44