style(plebbit options): adjust spacing

This commit is contained in:
Tom (plebeius.eth)
2024-06-19 14:53:52 +02:00
parent da86c2f17f
commit be2cd521a3
2 changed files with 6 additions and 4 deletions
@@ -219,7 +219,9 @@ const PlebbitOptions = () => {
</span>
</div>
<div className={styles.category}>
<span className={styles.categoryTitle}>blockchain providers:</span>
<span className={styles.categoryTitle} style={{ marginBottom: '-5px' }}>
blockchain providers:
</span>
<span className={styles.categorySettings}>
<BlockchainProvidersSettings ethRpcRef={ethRpcRef} solRpcRef={solRpcRef} maticRpcRef={maticRpcRef} avaxRpcRef={avaxRpcRef} />
</span>