From 93f814e59d9e0bde175b3c055a06cd92c0f5ba6c Mon Sep 17 00:00:00 2001 From: William Grant Date: Mon, 17 Oct 2022 14:03:14 +1100 Subject: [PATCH] fix: qa feedback - added a max width to contact invitation modal prevents overflow when pub keys are visible. --- stylesheets/_modal.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/_modal.scss b/stylesheets/_modal.scss index 8cb1a5598..e65308f8a 100644 --- a/stylesheets/_modal.scss +++ b/stylesheets/_modal.scss @@ -30,6 +30,7 @@ .contact-selection-list { width: 100%; min-width: 300px; + max-width: 350px; } &__input-group {