mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Fix permission list shrinking with less text (#13996)
* Fix permission list shrinking with text * Fix linting issue
This commit is contained in:
parent
819878de68
commit
e2fd3f987f
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user