We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06bd95f commit 7f95ca3Copy full SHA for 7f95ca3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@soramitsu/soramitsu-js-ui",
3
- "version": "1.0.33",
+ "version": "1.0.32",
4
"private": false,
5
"publishConfig": {
6
"registry": "https://nexus.iroha.tech/repository/npm-soramitsu/"
src/styles/neumorphism/tooltip.scss
@@ -19,10 +19,6 @@ $neu-tooltip-arrow-width: 8px;
19
20
.popper__arrow {
21
border-bottom-color: $neu-tooltip-background-color;
22
- right: 0 !important;
23
- left: 0 !important;
24
- margin-right: auto !important;
25
- margin-left: auto !important;
26
&::after {
27
border-bottom-color: inherit;
28
}
0 commit comments