fix: kanban card elements spacing
This commit is contained in:
parent
df32893ce6
commit
5766ae48d7
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,7 @@ $filter-container-height: '1rem - #{$switch-view-height}';
|
||||||
margin: .5rem;
|
margin: .5rem;
|
||||||
border-radius: $radius;
|
border-radius: $radius;
|
||||||
background: $task-background;
|
background: $task-background;
|
||||||
|
padding-bottom: .125rem;
|
||||||
|
|
||||||
&.loader-container.is-loading:after {
|
&.loader-container.is-loading:after {
|
||||||
width: 1.5rem;
|
width: 1.5rem;
|
||||||
|
@ -122,6 +123,7 @@ $filter-container-height: '1rem - #{$switch-view-height}';
|
||||||
.tag, .assignees, .icon, .priority-label, .checklist-summary {
|
.tag, .assignees, .icon, .priority-label, .checklist-summary {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-right: .25rem;
|
margin-right: .25rem;
|
||||||
|
margin-bottom: .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.checklist-summary {
|
.checklist-summary {
|
||||||
|
|
Loading…
Reference in a new issue