From 6ec07b8121fe69b33fb1cf0e67b4d19582877bf4 Mon Sep 17 00:00:00 2001 From: Guillaume Roux Date: Tue, 22 Feb 2022 20:50:28 +0100 Subject: [PATCH] Fix permission screen overflow (#13592) --- ui/components/ui/account-list/index.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/components/ui/account-list/index.scss b/ui/components/ui/account-list/index.scss index a523c5341..712425f8e 100644 --- a/ui/components/ui/account-list/index.scss +++ b/ui/components/ui/account-list/index.scss @@ -35,11 +35,12 @@ &__wrapper { width: 92%; display: flex; + overflow: hidden; } &__list { flex: 2 1 0; - width: 92%; + width: 100%; max-height: max-content; border: 1px solid #d0d5da; box-sizing: border-box;