From bf57dd5ad918210c5f7e6680ed09d94f5f4b9acf Mon Sep 17 00:00:00 2001 From: ricky Date: Thu, 21 Nov 2019 16:59:50 -0500 Subject: [PATCH] Add overflow hidden (#7488) --- ui/app/components/app/transaction-list-item/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/components/app/transaction-list-item/index.scss b/ui/app/components/app/transaction-list-item/index.scss index e0c62199e..9804ecd97 100644 --- a/ui/app/components/app/transaction-list-item/index.scss +++ b/ui/app/components/app/transaction-list-item/index.scss @@ -139,6 +139,7 @@ &__expander { max-height: 0px; width: 100%; + overflow: hidden; &--show { max-height: 1000px;