From c7522f838ccde5d686dc16517a53db3c870df191 Mon Sep 17 00:00:00 2001 From: Bas Brands Date: Thu, 26 Apr 2018 15:54:43 +0200 Subject: [PATCH] MDL-62212 Theme boost: Compatibility with row-fluid - used in messaging mustache templates --- theme/boost/scss/moodle/bs4alphacompat.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/boost/scss/moodle/bs4alphacompat.scss b/theme/boost/scss/moodle/bs4alphacompat.scss index f3181caefc2..9bcdc7a756b 100644 --- a/theme/boost/scss/moodle/bs4alphacompat.scss +++ b/theme/boost/scss/moodle/bs4alphacompat.scss @@ -218,6 +218,10 @@ $bs4aspacers: map-merge(( } } +.row-fluid { + @include make-row(); +} + // These have been removed in BS4 Stable. Adding in so RTL dropdowns will work. /*rtl:raw: .dropdown-menu-right { -- 2.11.4.GIT