Skip to content

Commit cda8566

Browse files
committed
fix iOS bug with content prop
1 parent 56e2bc7 commit cda8566

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/MemberPath/PathSelector

1 file changed

+1
-1
lines changed

src/shared/components/MemberPath/PathSelector/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@
8585
.icon,
8686
.activeIcon {
8787
display: block;
88-
content: '';
8988
height: 64px;
9089
width: 64px;
9190
margin-bottom: 19px;
91+
content: unset;
9292
}
9393

9494
.activeIcon {

0 commit comments

Comments
 (0)