Skip to content

Commit

Permalink
Merge branch 'fix-boards-card-dragging-styling' into 'master'
Browse files Browse the repository at this point in the history
Fixed boards card dragging styling

Closes #61050

See merge request gitlab-org/gitlab-ce!27802
  • Loading branch information
annabel committed Apr 29, 2019
2 parents 6050de1 + fb96143 commit 7ae2107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/boards/components/board_card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
1 change: 1 addition & 0 deletions app/assets/stylesheets/pages/boards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7ae2107

Please sign in to comment.