1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

[FLASK] Fix overflow on snaps connect screen (#19995)

This commit is contained in:
Frederik Bolding 2023-07-13 13:40:58 +02:00 committed by GitHub
parent b5ece42ca1
commit 30a77d0483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,10 @@
.snaps-connect {
overflow-y: hidden;
&__header {
width: 100%;
}
.page-container__footer {
border-top: 0;
margin-top: auto;

View File

@ -18,6 +18,7 @@ import {
Display,
FontWeight,
BlockSize,
OverflowWrap,
} from '../../../../helpers/constants/design-system';
import { PageContainerFooter } from '../../../../components/ui/page-container';
import SnapConnectCell from '../../../../components/app/snaps/snap-connect-cell/snap-connect-cell';
@ -164,6 +165,7 @@ export default function SnapsConnect({
variant={TextVariant.bodyMd}
textAlign={TextAlign.Center}
padding={[0, 4]}
overflowWrap={OverflowWrap.Anywhere}
>
{t('snapConnectionWarning', [
<Text