diff --git a/package.json b/package.json index 45314430..6624b9c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soramitsu/soramitsu-js-ui", - "version": "1.0.33", + "version": "1.0.32", "private": false, "publishConfig": { "registry": "https://nexus.iroha.tech/repository/npm-soramitsu/" diff --git a/src/styles/neumorphism/tooltip.scss b/src/styles/neumorphism/tooltip.scss index d2daf2cf..c4eafbfc 100644 --- a/src/styles/neumorphism/tooltip.scss +++ b/src/styles/neumorphism/tooltip.scss @@ -19,10 +19,6 @@ $neu-tooltip-arrow-width: 8px; .popper__arrow { border-bottom-color: $neu-tooltip-background-color; - right: 0 !important; - left: 0 !important; - margin-right: auto !important; - margin-left: auto !important; &::after { border-bottom-color: inherit; }