回答編集履歴
1
コード修正
answer
CHANGED
@@ -16,8 +16,8 @@
|
|
16
16
|
border-radius: 16px;
|
17
17
|
margin: 46px 48.05px 0px 0px;
|
18
18
|
/* display: flex;
|
19
|
-
align-items: center;
|
19
|
+
align-items: center;
|
20
|
-
justify-content: space-between;
|
20
|
+
justify-content: space-between; */
|
21
21
|
overflow: hidden; /* 追加 */
|
22
22
|
text-overflow: ellipsis; /* 追加 */
|
23
23
|
position: relative; /* 追加 */
|