From de8173c20a741b9535d36bf07e1429309f745bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Fri, 11 Feb 2022 15:07:16 +0100 Subject: [PATCH] MOBILE-3808 course: Fix section navigation button padding and width --- .../course/components/format/core-course-format.html | 10 +--------- src/core/features/course/components/format/format.scss | 2 ++ 2 files changed, 3 insertions(+), 9 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 33837629f..8c350f930 100644 --- a/src/core/features/course/components/format/core-course-format.html +++ b/src/core/features/course/components/format/core-course-format.html @@ -1,11 +1,3 @@ - - - - - - - @@ -33,7 +25,7 @@ - diff --git a/src/core/features/course/components/format/format.scss b/src/core/features/course/components/format/format.scss index 4567b6b78..869e69a96 100644 --- a/src/core/features/course/components/format/format.scss +++ b/src/core/features/course/components/format/format.scss @@ -1,6 +1,8 @@ .core-course-section-nav-buttons { display: flex; justify-content: space-between; + padding-left: 8px; + padding-right: 8px; ion-button { white-space: nowrap;