Commit 94c07c21 authored by Phil Hughes's avatar Phil Hughes Committed by Fatih Acet

Styling fix for list

parent a132b7d8
......@@ -13,7 +13,7 @@
//= require ./components/board
//= require ./components/board_sidebar
//= require ./components/new_list_dropdown
//= require ./components/modal
//= require ./components/modal/modal
//= require ./vue_resource_interceptor
$(() => {
......
......@@ -34,7 +34,7 @@
class="fa fa-spinner fa-spin"
v-if="loading"></i>
<ul
class="list-unstyled"
class="add-issues-list-columns list-unstyled"
v-if="!loading">
<li
class="card"
......
......@@ -404,3 +404,10 @@
padding-left: 15px;
padding-right: 15px;
}
.add-issues-list-columns {
padding-left: 5px;
padding-right: 5px;
margin-left: -5px;
margin-right: -5px;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment