Skip to content

Commit

Permalink
Hide a scroll bar appearing on the right of some Kanban items
Browse files Browse the repository at this point in the history
Short CSS fix.

Resolves mgmeyers#677
  • Loading branch information
cernekj committed Jan 30, 2024
1 parent 670aea0 commit 3ff88c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ button.kanban-plugin__new-item-button {
.kanban-plugin__markdown-preview-view > div > * {
overflow-x: auto;
overflow-wrap: break-word;
overflow-y: hidden;
}

.kanban-plugin__markdown-preview-view > div > *:first-child,
Expand Down

0 comments on commit 3ff88c8

Please sign in to comment.