From 017d8f1aec6092e4544c71ef8f6583417aab51b2 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 90086d24df1..71c169bc360 100644 --- a/theme/boost/scss/moodle/core.scss +++ b/theme/boost/scss/moodle/core.scss @@ -239,8 +239,6 @@ img.resize { } .action-menu .userpicture { - width: auto; - height: auto; margin-left: 1rem; }