PrimeDAO / prime-deals-dapp

DAO to DAO negotiations facilitated, ratified, and archived.
https://www.prime.xyz/deals
3 stars 1 forks source link

Documentation: text within <ul> <ol> <li> elements should have font-weight: 400; like normal paragraphs. #968

Open ogsamovar opened 2 years ago

ogsamovar commented 2 years ago

Steps to reproduce:

Visit: https://prime-deals-staging.vercel.app/documentation/TokenSwapFAQ Inspect the elements of the unordered list:

<ul>
<li>an <strong>Open Proposal</strong> allows you to publicly offer a token swap to any DAO wants to propose a partnership deal based off the original offer you initially create.</li>
<li>a <strong>Partnered Deal</strong> allows you to bring to the negotiation table two DAOs that are already aspiring to close a deal, and it simplifies the process of refine, finalize, and execute their agreement on-chain.</li>
</ul>
Screen Shot 2022-05-07 at 16 25 30

Expected behavior: only the text nested between the <strong> tags should be bold. The rest of the text within <ul><li> tags should have font-weight: 400; like normal paragraphs.

EDIT:

this problem is happening also on <ol>

visit here https://prime-deals-staging.vercel.app/documentation/TokenSwapFAQ inspect: Decide if you want to start an Open Proposal or a Partnered Deal. [...] see screenshot:

Screen Shot 2022-05-07 at 16 35 21