Skip to content

Commit

Permalink
style: add flex grid CSS to outer div of barcode buttons to enable wr…
Browse files Browse the repository at this point in the history
…apping

Make the div surrounding all the barcode buttons on the "My Kits" web page a
flex grid. Now all the buttons wrap and are responsive.

Fixes Issue #323
  • Loading branch information
lmerchant committed Jan 14, 2025
1 parent ca9a781 commit 923ab59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions microsetta_interface/templates/kits.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
.tooltip.bs-tooltip-top .tooltip-arrow::before {
border-top-color: #0000ff !important;
}
.new_kit_sample_container {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
</style>
<script src="/static/vendor/js/jquery.form-4.2.2/jquery.form.min.js"></script>
<script>
Expand Down

0 comments on commit 923ab59

Please sign in to comment.