From c36c5072778c60ce81f4cc1163521db8b330a61b Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Wed, 7 Jun 2017 11:05:50 +0800 Subject: [PATCH] MDL-59158 theme_boost: Remove auto width and height for user picture --- theme/boost/scss/moodle/core.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/theme/boost/scss/moodle/core.scss b/theme/boost/scss/moodle/core.scss index 7f757a19c8b..6bf90331451 100644 --- a/theme/boost/scss/moodle/core.scss +++ b/theme/boost/scss/moodle/core.scss @@ -236,8 +236,6 @@ img.resize { } .action-menu .userpicture { - width: auto; - height: auto; margin-left: 1rem; }