Add overflow hidden (#7488)

feature/default_network_editable
ricky 5 years ago committed by Mark Stacey
parent 466ece4588
commit aeafc1e8bc
  1. 1
      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;

Loading…
Cancel
Save