1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Fix permission list shrinking with less text (#13996)

* Fix permission list shrinking with text

* Fix linting issue
This commit is contained in:
Frederik Bolding 2022-03-16 18:37:50 +01:00 committed by GitHub
parent 819878de68
commit e2fd3f987f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -53,6 +53,7 @@
}
&__requested {
width: 100%;
text-align: left;
}
@ -91,6 +92,7 @@
}
&__permissions-container {
width: 100%;
display: flex;
flex-direction: column;
margin-top: 38px;

View File

@ -1,7 +1,10 @@
.permissions-connect-permission-list {
width: 100%;
.permission {
@include H6;
width: 100%;
padding-bottom: 16px;
border-bottom: 1px solid var(--Grey-100);
display: flex;