Fix Bug 64820

This commit is contained in:
Viktor Fomin 2023-11-07 17:22:16 +03:00
parent 3c11714398
commit dce075e229
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ const StyledSettingsComponent = styled.div`
} }
.link-learn-more { .link-learn-more {
display: block; display: inline-block;
margin: 4px 0 16px 0; margin: 4px 0 16px 0;
font-weight: 600; font-weight: 600;
} }

View File

@ -40,7 +40,7 @@ export const MainContainer = styled.div`
max-width: 700px; max-width: 700px;
.link-learn-more { .link-learn-more {
display: block; display: inline-block;
margin: 4px 0 16px 0; margin: 4px 0 16px 0;
font-weight: 600; font-weight: 600;
} }