Skip to content

Commit

Permalink
ENGCOM-3821: Static test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bystritsky committed Jan 11, 2019
1 parent 373fa09 commit ff786af
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@

a {
color: @color-gray85;
cursor: move;
display: block;
float: left;
text-decoration: none;
cursor: move;
}

a:last-child {
float: right;
cursor: pointer;
float: right;
}
}

Expand Down

0 comments on commit ff786af

Please sign in to comment.