Skip to content

Commit

Permalink
Add back Batch Block style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukestanley committed Oct 28, 2024
1 parent 441988f commit 8212db5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/app/blocks/batch-block/batch-block.component.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
:host(.batch-block-flex) {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
gap: 10px 20px;
}

.multi-wrapper {
flex: 1;
min-width: 250px;
max-width: 50%;

&:last-child {
flex-shrink: 0;
}
}

0 comments on commit 8212db5

Please sign in to comment.