質問編集履歴
2
編集
test
CHANGED
File without changes
|
test
CHANGED
@@ -56,7 +56,7 @@
|
|
56
56
|
|
57
57
|
|
58
58
|
|
59
|
-
<div syle={{padding: '24px'}}>
|
59
|
+
<div syle={{ overflow: 'auto', padding: '24px'}}>
|
60
60
|
|
61
61
|
<ul>
|
62
62
|
|
1
編集
test
CHANGED
File without changes
|
test
CHANGED
@@ -31,6 +31,8 @@
|
|
31
31
|
const Text = styled.li`
|
32
32
|
|
33
33
|
display: flex;
|
34
|
+
|
35
|
+
justify-content: flex-end;
|
34
36
|
|
35
37
|
padding-bottom: 16px;
|
36
38
|
|