Fix styling of advanced options dropdown (#1916)

Fixes #1914
This commit is contained in:
Claire 2022-11-12 09:59:28 +01:00 committed by GitHub
parent 6df9d388e7
commit 73b68fcabb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class ToggleOption extends ImmutablePureComponent {
<React.Fragment>
<Toggle checked={checked} onChange={this.handleChange} />
<div className='content'>
<div className='privacy-dropdown__option__content'>
<strong>{text}</strong>
{meta}
</div>