From 07718b90ab05f586ca9f07772aef59cca6e68b87 Mon Sep 17 00:00:00 2001 From: marcotuts Date: Wed, 4 Jul 2018 13:42:44 -0400 Subject: [PATCH] updated subsection styling to show label on same line as icon, meant to complete EDUCATOR-2535 --- lms/static/sass/features/_course-experience.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/static/sass/features/_course-experience.scss b/lms/static/sass/features/_course-experience.scss index ac4a1fc67c..3fcb8d8423 100644 --- a/lms/static/sass/features/_course-experience.scss +++ b/lms/static/sass/features/_course-experience.scss @@ -344,6 +344,7 @@ margin: 0 0 0 35px; .subsection-title { + display: inline-block; margin: 0; font-weight: $font-regular; margin-left: $baseline - 2;