Skip to content

Commit 0fd0366

Browse files
authored
Merge pull request #99 from rmobis/rmobis/item-grid-auto-height
allow task item selection element to grow naturally
2 parents b2cc31e + 98eb6ef commit 0fd0366

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

static/styles.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,6 @@ hr {
645645
}
646646

647647
.task-action-items {
648-
min-height: 300px;
649648
overflow: visible;
650649
display: grid;
651650
grid-template-columns: repeat(auto-fill, minmax(44px, 1fr));
@@ -782,10 +781,6 @@ hr {
782781
min-height: 460px;
783782
}
784783

785-
.task-action-items {
786-
min-height: 240px;
787-
}
788-
789784
.task-roll-shell {
790785
min-width: 320px;
791786
max-width: calc(100vw - 20px);

0 commit comments

Comments
 (0)