We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14bea29 commit 06bd95fCopy full SHA for 06bd95f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@soramitsu/soramitsu-js-ui",
3
- "version": "1.0.32",
+ "version": "1.0.33",
4
"private": false,
5
"publishConfig": {
6
"registry": "https://nexus.iroha.tech/repository/npm-soramitsu/"
src/styles/neumorphism/tooltip.scss
@@ -19,6 +19,10 @@ $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