-
Bug
-
Resolution: Fixed
-
Minor
-
2.3.2
-
None
-
MOODLE_23_STABLE
-
MOODLE_24_STABLE
In a quiz the listed multiple choice answers are displayed without a space between the radio button and the text. In previous versions there was a space.
I could solve the issue by adding the following css snipped to the theme_rocket | customcss
#loginbtn, input, button, select {
margin-right: 7px;
}
As I am not a theme developer I had no clue in which of the all those css files the code should be added.