+
+
- {{ 'core.course.hiddenfromstudents' | translate }}
-
-
+ {{ 'core.course.hiddenfromstudents' | translate }}
+
+
+
+
- {{ 'core.notavailable' | translate }}
-
-
+ {{ 'core.notavailable' | translate }}
+
+
+
+
-
-
-
-
+
+
+
+
+
+
- {{highlighted}}
+ {{highlighted}}
-
+
diff --git a/src/core/features/course/components/format/format.scss b/src/core/features/course/components/format/format.scss
index 7c33a30cc..8167ba66a 100644
--- a/src/core/features/course/components/format/format.scss
+++ b/src/core/features/course/components/format/format.scss
@@ -1,17 +1,12 @@
.core-course-section-nav-buttons {
display: flex;
- justify-content: flex-end;
+ justify-content: space-between;
- core-format-text {
+ ion-button {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
text-transform: none;
- }
-}
-
-.course-section {
- ion-badge {
- text-align: start;
+ flex: 1;
}
}