mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
[FLASK] Fix overflow on snaps connect screen (#19995)
This commit is contained in:
parent
b5ece42ca1
commit
30a77d0483
@ -1,6 +1,10 @@
|
||||
.snaps-connect {
|
||||
overflow-y: hidden;
|
||||
|
||||
&__header {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.page-container__footer {
|
||||
border-top: 0;
|
||||
margin-top: auto;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user