File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
microsetta_interface/static/css Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1210,6 +1210,7 @@ input.barcode-checkbox[type=checkbox]:checked+label {
1210
1210
.new_kit_sample_container {
1211
1211
display : flex;
1212
1212
flex-direction : row;
1213
+ flex-wrap : wrap;
1213
1214
align-items : center;
1214
1215
padding : 0px ;
1215
1216
gap : 16px ;
@@ -1219,6 +1220,7 @@ input.barcode-checkbox[type=checkbox]:checked+label {
1219
1220
.new_kit_sample_container {
1220
1221
display : flex;
1221
1222
flex-direction : column;
1223
+ flex-wrap : wrap;
1222
1224
align-items : center;
1223
1225
padding : 0px ;
1224
1226
gap : 16px ;
@@ -1581,6 +1583,7 @@ input.barcode-checkbox[type=checkbox]:checked+label {
1581
1583
border-radius : 4px 4px 4px 4px ;
1582
1584
width : 240px ;
1583
1585
}
1586
+
1584
1587
@media (min-width : 1280px ){
1585
1588
.navbar-expand-custom {
1586
1589
flex-direction : row;
@@ -1607,4 +1610,4 @@ input.barcode-checkbox[type=checkbox]:checked+label {
1607
1610
.navbar-expand-custom .navbar-toggler {
1608
1611
display : none;
1609
1612
}
1610
- }
1613
+ }
You can’t perform that action at this time.
0 commit comments