From d0b6f429513d8afa84539ec139ac08e5ca132e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Wed, 26 May 2021 10:33:34 +0200 Subject: [PATCH] MOBILE-3320 course: Position and style section nav buttons --- .../components/format/core-course-format.html | 13 +++++++------ .../features/course/components/format/format.scss | 12 ++++++++++++ 2 files changed, 19 insertions(+), 6 deletions(-) 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; + } + } + }