diff --git a/src/core/features/course/components/format/core-course-format.html b/src/core/features/course/components/format/core-course-format.html index 7bacb0dd0..0a3185058 100644 --- a/src/core/features/course/components/format/core-course-format.html +++ b/src/core/features/course/components/format/core-course-format.html @@ -34,18 +34,18 @@ - + - - + + - - + - + @@ -74,26 +74,32 @@ -

- +

+ - {{ '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; } }