Skip to content

Commit

Permalink
Merge pull request #2587 from JoinColony/bug/action-list-item-status
Browse files Browse the repository at this point in the history
Fix styles of ActionsListItem
  • Loading branch information
ArmandoGraterol authored Jul 6, 2021
2 parents 278f938 + b3d44e6 commit ef4eb20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/core/components/ActionsList/ActionsListItem.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@

.status::before {
display: block;
margin: -22px 0 0 -17px;
height: 81px;
margin-left: -17px;
height: 82px;
width: 4px;
position: absolute;
border-radius: var(--radius-large);
Expand Down

0 comments on commit ef4eb20

Please sign in to comment.