Skip to content

Commit 8b27332

Browse files
committed
Fix height as subcontent
1 parent a21389b commit 8b27332

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

styles/single-choice-set.css

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.h5p-container.h5p-single-choice-set {
1+
.h5p-single-choice-set {
22
overflow: hidden;
33
}
44
.h5p-container .h5p-sc-set ul {
@@ -16,8 +16,11 @@
1616
margin-bottom: 0.5em;
1717
}
1818

19-
.h5p-sc-set {
19+
.h5p-container.h5p-single-choice-set .h5p-sc-set {
2020
height: 100%;
21+
}
22+
23+
.h5p-sc-set {
2124
padding: 0.5em;
2225
position: relative;
2326
box-sizing: border-box;

0 commit comments

Comments
 (0)