Skip to content

Commit

Permalink
[FLASK] Fix overflow on snaps connect screen (#19995)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding authored Jul 13, 2023
1 parent b5ece42 commit 30a77d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/pages/permissions-connect/snaps/snaps-connect/index.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.snaps-connect {
overflow-y: hidden;

&__header {
width: 100%;
}

.page-container__footer {
border-top: 0;
margin-top: auto;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -164,6 +165,7 @@ export default function SnapsConnect({
variant={TextVariant.bodyMd}
textAlign={TextAlign.Center}
padding={[0, 4]}
overflowWrap={OverflowWrap.Anywhere}
>
{t('snapConnectionWarning', [
<Text
Expand Down

0 comments on commit 30a77d0

Please sign in to comment.