Skip to content

Commit

Permalink
fix kanban plugin bullet
Browse files Browse the repository at this point in the history
  • Loading branch information
henices committed May 17, 2023
1 parent 1f04b07 commit 7feac79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/code/plugins.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ div[data-refs-self*="kanban"]>.block-children-container.flex>.block-children.w-f
position: relative;
overflow-x: auto;
overflow-y: hidden;
margin: 0 10px;
/* margin: 0 10px; */
}

div[data-refs-self*="kanban"]>.block-children-container.flex>.block-children.w-full>div.ls-block {
Expand Down Expand Up @@ -174,4 +174,4 @@ div[data-refs-self*="kanban-fit"]>.block-children-container.flex>.block-children
min-height: 80px;
}

/*--------------------------------------------- kanban end-- */
/*--------------------------------------------- kanban end-- */

0 comments on commit 7feac79

Please sign in to comment.