We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac148a commit 50f3af6Copy full SHA for 50f3af6
core/templates/pages/exploration-player-page/learner-experience/conversation-skin.component.css
@@ -25,14 +25,15 @@ oppia-conversation-skin .supplemental-card-parent-container {
25
.conversation-skin-next-lesson-wrapper {
26
align-items: center;
27
background-color: white;
28
- bottom: 0;
29
display: flex;
30
- margin: 0 0 -68px 0;
+ flex-wrap: wrap;
+ justify-content: flex-end;
31
+ overflow: hidden;
32
padding: 10px;
- position: absolute;
33
- right: 0;
+ position: relative;
34
text-align: right;
35
vertical-align: middle;
36
+ width: 100%;
37
}
38
39
.conversation-skin-next-lesson-text {
0 commit comments