From b01fd293edb6c55ee9b83f060d228aced65adaba Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 23 Apr 2020 15:33:50 +0000 Subject: [PATCH] Broken layout of the preview tab of "Welcome text" setting due to unexpectedly applied padding-left (#33339). Patch by Bernhard Rohloff. git-svn-id: http://svn.redmine.org/redmine/trunk@19720 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 9c7baffa3..922be5eb9 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -855,7 +855,7 @@ input#months { width: 46px; } overflow: initial; } -.tabular.settings p{ padding-left: 300px; } +.tabular.settings > p{ padding-left: 300px; } .tabular.settings label{ margin-left: -300px; width: 295px; } .tabular.settings textarea, .tabular.settings .wiki-preview, .tabular.settings .jstTabs { width: 99%; }