Skip to content

Commit 8638778

Browse files
committed
Fix #5537
1 parent 93d0bd2 commit 8638778

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/Contentful/TracksTree/ChildListRow/themes

1 file changed

+1
-1
lines changed

src/shared/components/Contentful/TracksTree/ChildListRow/themes/default.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ $text-gray: #7f7f7f;
7777
flex-direction: column;
7878
margin-left: 22px;
7979
color: $text-black;
80-
cursor: pointer;
80+
align-items: flex-start;
8181

8282
> div {
8383
position: relative;

0 commit comments

Comments
 (0)