From 5ba4c94328d7278c051fe6f45b351c3e91dc3f62 Mon Sep 17 00:00:00 2001 From: Tim Lock Date: Fri, 29 Nov 2013 09:22:48 +1030 Subject: [PATCH] MDL-42487: Forced userprofile dl style to be displayed: inline-block. --- theme/canvas/style/core.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/canvas/style/core.css b/theme/canvas/style/core.css index 9a3279fc48e..d717631a4cb 100644 --- a/theme/canvas/style/core.css +++ b/theme/canvas/style/core.css @@ -272,6 +272,7 @@ body { .userprofile dl { margin-top: 10px; + display: inline-block; } .userprofile dl dt, .userprofile dl dd {