From a08977176b52e7210b6392ee8dfc7176e5970731 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sun, 8 Dec 2019 01:53:36 +0000 Subject: [PATCH] Textile indentation does not work in the preview tab (#32422). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19346 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 2fc541bc0..834dead9d 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -827,7 +827,9 @@ input#months { width: 46px; } .tabular.settings .wiki-preview, .tabular.settings .jstTabs { width: 99%; } .tabular .wiki-preview p { min-height: initial; - padding: 1em 0 1em 0 !important; + padding: 0; + padding-top: 1em !important; + padding-bottom: 1em !important; overflow: initial; } -- 2.39.5