diff --git a/package.json b/package.json index 2beb20be..28172537 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soramitsu/soramitsu-js-ui", - "version": "1.0.46", + "version": "1.0.47", "private": false, "publishConfig": { "registry": "https://nexus.iroha.tech/repository/npm-soramitsu/" diff --git a/src/styles/collapse.scss b/src/styles/collapse.scss index e9cd3b95..7a95713a 100644 --- a/src/styles/collapse.scss +++ b/src/styles/collapse.scss @@ -29,6 +29,9 @@ border-bottom-color: transparent; } .el-icon-arrow-right { + display: flex; + justify-content: center; + align-items: center; &, &::before { font-family: var(--s-font-family-icons); @@ -36,9 +39,6 @@ &::before { position: absolute; transition: transform 0.25s ease-in-out; - display: flex; - justify-content: center; - align-items: center; } @extend .s-icon-chevron-down-rounded-16; font-size: var(--s-icon-font-size-mini);