From 09c4924e1f33aba92364cafb0ab07bb3b701db54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Aellen?= Date: Tue, 31 Jan 2017 13:22:56 +0100 Subject: [PATCH] fix #21886 --- scss/_images.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_images.scss b/scss/_images.scss index a8135a6c35d4..29ad95d73219 100644 --- a/scss/_images.scss +++ b/scss/_images.scss @@ -29,7 +29,7 @@ .figure { // Ensures the caption's text aligns with the image. - display: inline-block; + display: block; } .figure-img {