update changeset

This commit is contained in:
Josh de Leeuw 2023-10-18 15:37:47 -04:00
parent 808e835306
commit 66f813f9ca

View File

@ -5,4 +5,6 @@
Button plugins now support either `display: grid` or `display: flex` on the container element that hold the buttons. If the layout is `grid`, the number of rows and/or columns can be specified. Button plugins now support either `display: grid` or `display: flex` on the container element that hold the buttons. If the layout is `grid`, the number of rows and/or columns can be specified.
The `margin_horizontal` and `margin_vertical` parameters have been removed from the button plugins. If you need control over the button CSS, you can add inline style to the button element using the `button_html` parameter.
jspsych.css has new layout classes to support this feature. jspsych.css has new layout classes to support this feature.