You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the examples includes a yes/no inline question, with conditional fields revealed once an answer is given.
The spacing on one of the conditional fields is wrong.
Video:
How would you expect it to work?
The correct spacing is on the 'no' answer - the yes answer has too little spacing.
How does it work currently?
The spacing is inconsistent.
Feel free to suggest a fix...
It looks like the second option is correctly spaced because it has a margin-top of 10px. However this margin top is applied only to the last child - in this case there are two children so the first hidden question does not get the margin.
One of the examples includes a yes/no inline question, with conditional fields revealed once an answer is given.
The spacing on one of the conditional fields is wrong.
Video:
How would you expect it to work?
The correct spacing is on the 'no' answer - the yes answer has too little spacing.
How does it work currently?
The spacing is inconsistent.
Feel free to suggest a fix...
It looks like the second option is correctly spaced because it has a margin-top of 10px. However this margin top is applied only to the last child - in this case there are two children so the first hidden question does not get the margin.
Explain the steps to reproduce the bug
Visit govuk-elements example page and try the yes / no inline example.
The text was updated successfully, but these errors were encountered: