Skip to content

Commit

Permalink
Fix offset when adding border
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvh committed Mar 1, 2020
1 parent becd36b commit fe7e274
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/demo/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,8 @@ html {
box-shadow: 0px 4px 30px rgba(22, 33, 74, 0.05);
}
.selectedblock {
margin-top: -1px !important;
margin-left: -1px;
border: 2px solid #217ce8;
box-shadow: 0px 4px 30px rgba(22, 33, 74, 0.08);
}
Expand Down

0 comments on commit fe7e274

Please sign in to comment.