From 5013d135873e608b6f6311d95acedaa65898c0c3 Mon Sep 17 00:00:00 2001 From: Alasdair Smith Date: Fri, 13 Jul 2018 16:30:42 +0100 Subject: [PATCH] Reduce box-shadow slightly to look better with horizontal padding --- services/web/public/stylesheets/app/editor/rich-text.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/app/editor/rich-text.less b/services/web/public/stylesheets/app/editor/rich-text.less index 70d446bd97..d3316a079e 100644 --- a/services/web/public/stylesheets/app/editor/rich-text.less +++ b/services/web/public/stylesheets/app/editor/rich-text.less @@ -116,7 +116,7 @@ .wl-figure-wrap { padding: 10px 0; background-color: #f5f5f5; - box-shadow: 2px 2px 2px #DFDFDF; + box-shadow: 1.3px 2px 2px #DFDFDF; width: 96%; margin: 0 auto; text-align: center;