質問するログイン新規登録

質問編集履歴

1

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

2020/11/17 22:45

投稿

ojigi
ojigi

スコア2

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