回答編集履歴
1
コード修正
test
CHANGED
@@ -34,9 +34,9 @@
|
|
34
34
|
|
35
35
|
/* display: flex;
|
36
36
|
|
37
|
-
align-items: center;
|
37
|
+
align-items: center;
|
38
38
|
|
39
|
-
justify-content: space-between;
|
39
|
+
justify-content: space-between; */
|
40
40
|
|
41
41
|
overflow: hidden; /* 追加 */
|
42
42
|
|