Skip to content

Commit 800ef80

Browse files
authored
Fix center state for arrow in collapse (#509)
Co-authored-by: Stefan Popov <[email protected]>
1 parent a4ca6cb commit 800ef80

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@soramitsu/soramitsu-js-ui",
3-
"version": "1.0.43",
3+
"version": "1.0.44",
44
"private": false,
55
"publishConfig": {
66
"registry": "https://nexus.iroha.tech/repository/npm-soramitsu/"

Diff for: src/styles/collapse.scss

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
&::before {
3737
position: absolute;
3838
transition: transform 0.25s ease-in-out;
39+
display: flex;
40+
justify-content: center;
41+
align-items: center;
3942
}
4043
@extend .s-icon-chevron-down-rounded-16;
4144
font-size: var(--s-icon-font-size-mini);

0 commit comments

Comments
 (0)