Skip to content

Commit eef6b1e

Browse files
authored
fix: Ugly appearance of the Start/Resume Course button at the top of the course outline (#1585)
1 parent 9dc45e1 commit eef6b1e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/index.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,22 @@
444444
height: 56px !important;
445445
}
446446

447+
@include media-breakpoint-down(xs) {
448+
.course-outline-tab .pgn__card {
449+
.pgn__card-header {
450+
display: block;
451+
452+
.pgn__card-header-content {
453+
margin-top: 0;
454+
}
455+
}
456+
457+
.pgn__card-header-actions {
458+
margin-left: 0;
459+
}
460+
}
461+
}
462+
447463
// Import component-specific sass files
448464
@import "courseware/course/celebration/CelebrationModal.scss";
449465
@import "courseware/course/sidebar/sidebars/discussions/Discussions.scss";

0 commit comments

Comments
 (0)