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
Hi folks,
Just updating some code to version 8 (thanks again for all your work on this stuff, amazing!). One small thing - it looks like the CSS has been changed so that text (e.g. in html trials) goes hard up against the browser window edge, rather than having a little gap - it's hard to notice on most trials, but if you have e.g. a block of text for trial instructions it's quite noticeable. I am told it's fixable with something like
.jspsych-content {
width: 95%
}
but I'd guess in most cases the default should be to not go hard against the window edge?
Cheers!
Kenny Smith
The text was updated successfully, but these errors were encountered:
Hi folks,
Just updating some code to version 8 (thanks again for all your work on this stuff, amazing!). One small thing - it looks like the CSS has been changed so that text (e.g. in html trials) goes hard up against the browser window edge, rather than having a little gap - it's hard to notice on most trials, but if you have e.g. a block of text for trial instructions it's quite noticeable. I am told it's fixable with something like
.jspsych-content {
width: 95%
}
but I'd guess in most cases the default should be to not go hard against the window edge?
Cheers!
Kenny Smith
The text was updated successfully, but these errors were encountered: