Skip to content
Snippets Groups Projects
Unverified Commit fb96143a authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed boards card dragging styling

parent 4047e5b8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -83,7 +83,7 @@ export default {
}"
:index="index"
:data-issue-id="issue.id"
class="board-card position-relative p-3 rounded"
class="board-card p-3 rounded"
@mousedown="mouseDown"
@mousemove="mouseMove"
@mouseup="showIssue($event)"
Loading
Loading
Loading
Loading
@@ -210,6 +210,7 @@
border: 1px solid $gray-200;
box-shadow: 0 1px 2px $issue-boards-card-shadow;
line-height: $gl-padding;
list-style: none;
 
&:not(:last-child) {
margin-bottom: $gl-padding-8;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment