diff options
author | Go MAEDA <maeda@farend.jp> | 2020-04-23 15:33:50 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-04-23 15:33:50 +0000 |
commit | b01fd293edb6c55ee9b83f060d228aced65adaba (patch) | |
tree | f83e66b0f5aeb3c5cde28e790e1fb78cc6d6af4e | |
parent | 6e232ad13e0060137684de5e2a0be0b2205f63f2 (diff) | |
download | redmine-b01fd293edb6c55ee9b83f060d228aced65adaba.tar.gz redmine-b01fd293edb6c55ee9b83f060d228aced65adaba.zip |
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
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
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%; } |