Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2019-04-29 10:40:25 +0300
committerPhil Hughes <me@iamphill.com>2019-04-29 10:40:25 +0300
commitfb96143ad361ab87350a1618a6e9123190386986 (patch)
treed0cc697ef1f9fa49eedd878bb7822e708d8ece36 /app/assets/stylesheets/pages/boards.scss
parent4047e5b8275490288e7ce38ae48e3f7248e5daf8 (diff)
Fixed boards card dragging styling
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61050
Diffstat (limited to 'app/assets/stylesheets/pages/boards.scss')
-rw-r--r--app/assets/stylesheets/pages/boards.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss
index 0e4b40b2bed..09ff518bbdf 100644
--- a/app/assets/stylesheets/pages/boards.scss
+++ b/app/assets/stylesheets/pages/boards.scss
@@ -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;