Skip to content

Commit e5d4e17

Browse files
authored
fix: wrap-instructor-info css to correctly display staff buttons on Show Answer (#796)
* fix: wrap-instructor-info css to correctly display staff buttons on Show Answer * chore: update version
1 parent b60b0d7 commit e5d4e17

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

src/ol_openedx_chat/ol_openedx_chat/static/css/ai_chat.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,13 @@
113113
.video {
114114
margin: 0 0;
115115
}
116+
117+
@media (min-width: 768px) {
118+
.wrap-instructor-info {
119+
display: flex !important;
120+
flex-wrap: wrap;
121+
gap: 10px;
122+
width: 100%;
123+
flex-shrink: 0;
124+
}
125+
}

src/ol_openedx_chat/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ol-openedx-chat"
3-
version = "0.5.6"
3+
version = "0.5.7"
44
description = "An Open edX plugin to add Open Learning AI chat aside to xBlocks"
55
authors = [
66
{name = "MIT Office of Digital Learning"}

0 commit comments

Comments
 (0)