diff options
author | Go MAEDA <maeda@farend.jp> | 2020-04-28 01:23:16 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-04-28 01:23:16 +0000 |
commit | 0d19732a8151767f85fa4d05ce538ea3f52a2825 (patch) | |
tree | 852de6b4ae0a0c630e4e9ee34b917f3f5314fc03 /public | |
parent | 953fce3c95d383a85c8d9dd7dd8f3865ffca8515 (diff) | |
download | redmine-0d19732a8151767f85fa4d05ce538ea3f52a2825.tar.gz redmine-0d19732a8151767f85fa4d05ce538ea3f52a2825.zip |
Fix UI issues in the setting page of some plugins that have arisen after r19720.
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@19729 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 922be5eb9..330b1d486 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -847,6 +847,7 @@ input#months { width: 46px; } .tabular .wiki-preview, .tabular .jstTabs {width: 95%;} .tabular.settings .wiki-preview, .tabular.settings .jstTabs { width: 99%; } +.tabular.settings .wiki-preview p {padding-left: 0 !important} .tabular .wiki-preview p { min-height: initial; padding: 0; @@ -855,7 +856,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%; } |