Skip to content

Commit 689315e

Browse files
committed
Corrige l affichage des instances du contexte
1 parent 226830d commit 689315e

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

forms/fagerh/index.html

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,8 +1223,10 @@
12231223
margin-top: 2px;
12241224
}
12251225
.field-committee .radio-group {
1226-
flex-wrap: nowrap;
1227-
gap: 6px;
1226+
display: flex;
1227+
flex-wrap: wrap;
1228+
justify-content: flex-end;
1229+
gap: 8px;
12281230
}
12291231
.prefecture-distance-wrap .radio-group {
12301232
justify-content: flex-end;
@@ -1268,19 +1270,20 @@
12681270
max-width: 100%;
12691271
}
12701272
.step[data-step="4"] .field-radio-inline.field-committee {
1271-
flex-wrap: nowrap;
1272-
align-items: flex-start;
1273+
display: grid;
1274+
grid-template-columns: minmax(320px, 1fr) max-content;
1275+
align-items: center;
1276+
column-gap: 16px;
1277+
row-gap: 10px;
12731278
}
12741279
.step[data-step="4"] .field-radio-inline.field-committee > div:first-child {
1275-
flex: 1 1 auto;
1276-
min-width: 260px;
1280+
min-width: 0;
12771281
}
12781282
.step[data-step="4"] .field-radio-inline.field-committee > fieldset.a11y-group {
1279-
margin-left: auto;
1280-
flex: 0 1 auto;
1283+
margin-left: 0;
1284+
min-width: max-content;
12811285
max-width: 100%;
1282-
overflow-x: auto;
1283-
scrollbar-width: thin;
1286+
overflow: visible;
12841287
}
12851288
.step[data-step="4"] .ctx-sub .field-radio-inline .radio-group {
12861289
justify-content: flex-end;

0 commit comments

Comments
 (0)