1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

UX: Fix display block value (#20131)

This commit is contained in:
David Walsh 2023-07-24 10:36:03 -05:00 committed by GitHub
parent 9575075dc1
commit 23c30d9ae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,7 @@ class SettingsPage extends PureComponent {
{this.renderTitle()}
<Box
className="settings-page__header__title-container__search"
display={[Display.BLOCK]}
display={[Display.Block]}
>
<SettingsSearch
onSearch={({ searchQuery = '', results = [] }) => {