Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit ef4b4d8

Browse files
authored
Merge branch 'master' into accessibility_fixes
2 parents 3adb480 + ac46c7e commit ef4b4d8

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

runestone/selectquestion/css/selectquestion.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
#component-preview {
2+
margin-right: 20px;
3+
position: fixed;
4+
right: 0px;
5+
max-height: 100%;
6+
overflow-y: scroll;
7+
top: 0px;
8+
padding-top: 60px;
9+
}
10+
111
.toggle-preview {
212
border: 4px solid;
313
border-radius: 10px;

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
with open("requirements.txt", "r", encoding="utf-8") as fh:
1111
dependencies = [l.strip() for l in fh]
1212

13-
VERSION = "5.8.0"
13+
VERSION = "5.8.1"
1414

1515
# These pre-install hooks are useful to make sure any pre-requisite
1616
# programs that are not pip installable are in place.

0 commit comments

Comments
 (0)