Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Marcialis <michael@marcial.is>
  • Loading branch information
mbondyra and Michael Marcialis authored Feb 21, 2021
1 parent 70a0ad4 commit 52bf402
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
.lnsWorkspacePanel__dragDrop {
width: 100%;
height: 100%;
border: 1px solid $euiColorLightShade;
border-radius: 4px;
border: $euiBorderThin;
border-radius: $euiBorderRadius;

&.lnsDragDrop-isDropTarget {
@include lnsDroppable;
Expand Down

0 comments on commit 52bf402

Please sign in to comment.