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 223fe9458..6aa6ce2f8 100644 --- a/src/core/features/course/components/format/core-course-format.html +++ b/src/core/features/course/components/format/core-course-format.html @@ -93,18 +93,19 @@ - + - - - - + + diff --git a/src/core/features/course/components/format/format.scss b/src/core/features/course/components/format/format.scss index 0c0b7aca9..3e556b5d2 100644 --- a/src/core/features/course/components/format/format.scss +++ b/src/core/features/course/components/format/format.scss @@ -58,4 +58,16 @@ } } + .core-course-section-nav-buttons { + display: flex; + justify-content: flex-end; + + core-format-text { + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; + text-transform: none; + } + } + }