Skip to content

Commit

Permalink
Ensure plugin width and height span view-content
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed Apr 23, 2021
1 parent 3ec2908 commit 793d1c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

.kanban-plugin {
background-color: var(--background-secondary-alt);
min-height: 100%;
min-width: 100%;
width: fit-content;
height: fit-content;
position: relative;
Expand Down
2 changes: 2 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

.kanban-plugin {
background-color: var(--background-secondary-alt);
min-height: 100%;
min-width: 100%;
width: fit-content;
height: fit-content;
position: relative;
Expand Down

0 comments on commit 793d1c0

Please sign in to comment.