File tree 1 file changed +16
-4
lines changed
lemarche/static/itou_marche
1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 13
13
14
14
@media (max-width : 767px ) {
15
15
div .flex-container {
16
- flex-flow : wrap; /* changes to 'column' on small screens, but breaks stuff like checkboxes */
16
+ flex-flow : wrap;
17
+ /* changes to 'column' on small screens, but breaks stuff like checkboxes */
17
18
}
18
19
}
19
20
20
21
.custom-checkbox-select-multiple {
21
22
display : table-cell;
22
23
}
23
- div .custom-checkbox-select-multiple > div > label {
24
- width : 100% ; /* 160px default ; to avoid line breaks */
24
+
25
+ div .custom-checkbox-select-multiple > div > label {
26
+ width : 100% ;
27
+ /* 160px default ; to avoid line breaks */
28
+ }
29
+
30
+ # content-main .aligned label {
31
+ width : auto;
32
+ }
33
+
34
+ # content-main .aligned .help {
35
+ margin-left : 0 ;
36
+ padding-left : 0 ;
25
37
}
26
38
27
39
/* Modal style for tender change admin */
@@ -67,4 +79,4 @@ div.custom-checkbox-select-multiple > div > label {
67
79
68
80
# cancel-button : hover {
69
81
padding : 10px 15px ;
70
- }
82
+ }
You can’t perform that action at this time.
0 commit comments