Skip to content

Commit c381a5f

Browse files
Merge pull request #337 from biocore/lmerchant_issue_323
style: add flex grid CSS to outer div of barcode buttons to enable wrap
2 parents ca9a781 + 1e935ae commit c381a5f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

microsetta_interface/static/css/minimal_interface.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,6 +1210,7 @@ input.barcode-checkbox[type=checkbox]:checked+label {
12101210
.new_kit_sample_container {
12111211
display: flex;
12121212
flex-direction: row;
1213+
flex-wrap: wrap;
12131214
align-items: center;
12141215
padding: 0px;
12151216
gap: 16px;
@@ -1219,6 +1220,7 @@ input.barcode-checkbox[type=checkbox]:checked+label {
12191220
.new_kit_sample_container {
12201221
display: flex;
12211222
flex-direction: column;
1223+
flex-wrap: wrap;
12221224
align-items: center;
12231225
padding: 0px;
12241226
gap: 16px;
@@ -1581,6 +1583,7 @@ input.barcode-checkbox[type=checkbox]:checked+label {
15811583
border-radius: 4px 4px 4px 4px;
15821584
width: 240px;
15831585
}
1586+
15841587
@media (min-width: 1280px){
15851588
.navbar-expand-custom {
15861589
flex-direction: row;
@@ -1607,4 +1610,4 @@ input.barcode-checkbox[type=checkbox]:checked+label {
16071610
.navbar-expand-custom .navbar-toggler {
16081611
display: none;
16091612
}
1610-
}
1613+
}

0 commit comments

Comments
 (0)