Skip to content

Commit 98eb6ef

Browse files
committed
allow task item selection element to grow naturally
1 parent b2cc31e commit 98eb6ef

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)