mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-08-08 07:07:15 +02:00
Merge pull request #149 from martinschilliger/patch-1
Update Details.tsx
This commit is contained in:
@@ -154,26 +154,6 @@ const Details: React.FC<{}> = () => {
|
|||||||
<!-- Repeat other item -->
|
<!-- Repeat other item -->
|
||||||
...
|
...
|
||||||
</div>
|
</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>
|
</div>
|
||||||
|
Reference in New Issue
Block a user