Skip to content

Commit

Permalink
Merge pull request #337 from biocore/lmerchant_issue_323
Browse files Browse the repository at this point in the history
style: add flex grid CSS to outer div of barcode buttons to enable wrap
  • Loading branch information
cassidysymons authored Feb 3, 2025
2 parents ca9a781 + 1e935ae commit c381a5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion microsetta_interface/static/css/minimal_interface.css
Original file line number Diff line number Diff line change
Expand Up @@ -1210,6 +1210,7 @@ input.barcode-checkbox[type=checkbox]:checked+label {
.new_kit_sample_container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
padding: 0px;
gap: 16px;
Expand All @@ -1219,6 +1220,7 @@ input.barcode-checkbox[type=checkbox]:checked+label {
.new_kit_sample_container {
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-items: center;
padding: 0px;
gap: 16px;
Expand Down Expand Up @@ -1581,6 +1583,7 @@ input.barcode-checkbox[type=checkbox]:checked+label {
border-radius: 4px 4px 4px 4px;
width: 240px;
}

@media (min-width: 1280px){
.navbar-expand-custom {
flex-direction: row;
Expand All @@ -1607,4 +1610,4 @@ input.barcode-checkbox[type=checkbox]:checked+label {
.navbar-expand-custom .navbar-toggler {
display: none;
}
}
}

0 comments on commit c381a5f

Please sign in to comment.