1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-06 14:16:50 +02:00

Merge pull request #149 from martinschilliger/patch-1

Update Details.tsx
This commit is contained in:
phuoc-ng
2020-11-03 19:32:24 +07:00
committed by GitHub

View File

@@ -154,26 +154,6 @@ const Details: React.FC<{}> = () => {
<!-- Repeat other item -->
...
</div>
<div style="
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
">
<!-- Heading -->
<div style="
display: flex;
align-items: center;
justify-content: space-between;
">
<!-- Question -->
...
<!-- The toggle icon sticks to the right -->
...
</div>
<!-- Answer -->
</div>
`}
/>
</div>