fix: qa feedback - added a max width to contact invitation modal

prevents overflow when pub keys are visible.
pull/2522/head
William Grant 3 years ago
parent f15d4cffa1
commit 93f814e59d

@ -30,6 +30,7 @@
.contact-selection-list {
width: 100%;
min-width: 300px;
max-width: 350px;
}
&__input-group {

Loading…
Cancel
Save