Skip to content

Commit d5a0313

Browse files
admin css quickfix
1 parent 84e59c9 commit d5a0313

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

lemarche/static/itou_marche/admin.css

+16-4
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,27 @@
1313

1414
@media (max-width: 767px) {
1515
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 */
1718
}
1819
}
1920

2021
.custom-checkbox-select-multiple {
2122
display: table-cell;
2223
}
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;
2537
}
2638

2739
/* Modal style for tender change admin */
@@ -67,4 +79,4 @@ div.custom-checkbox-select-multiple > div > label {
6779

6880
#cancel-button:hover {
6981
padding: 10px 15px;
70-
}
82+
}

0 commit comments

Comments
 (0)