Add overflow hidden (#7488)

feature/default_network_editable
ricky 5 years ago committed by GitHub
parent ff12d05727
commit bf57dd5ad9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ui/app/components/app/transaction-list-item/index.scss

@ -139,6 +139,7 @@
&__expander { &__expander {
max-height: 0px; max-height: 0px;
width: 100%; width: 100%;
overflow: hidden;
&--show { &--show {
max-height: 1000px; max-height: 1000px;

Loading…
Cancel
Save