summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2025-04-24 06:02:03 +0000
committerGo MAEDA <maeda@farend.jp>2025-04-24 06:02:03 +0000
commit38274c06e77d7234826be22768ae8013b72ca56f (patch)
treef552916f3f6fa24b3df0ba40def5b74d8f742082
parent7374912f039344773e7e9257a2bcafc644616ef5 (diff)
downloadredmine-38274c06e77d7234826be22768ae8013b72ca56f.tar.gz
redmine-38274c06e77d7234826be22768ae8013b72ca56f.zip
Add missing allowed CSS properties to the CommonMark Markdown help (#42618).
Patch by Kenta Kumojima (user:kumojima). git-svn-id: https://svn.redmine.org/redmine/trunk@23710 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--app/views/help/wiki_syntax/common_mark/en/wiki_syntax_detailed_common_mark.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_detailed_common_mark.html.erb b/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_detailed_common_mark.html.erb
index a47a570f1..193606ab2 100644
--- a/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_detailed_common_mark.html.erb
+++ b/app/views/help/wiki_syntax/common_mark/en/wiki_syntax_detailed_common_mark.html.erb
@@ -359,8 +359,8 @@ It can be expanded by clicking a link.
<p>The <strong>style</strong> attribute can be used in raw HTML to apply custom formatting. The following CSS properties are allowed:</p>
<pre><code>
color background-color
- width
- height
+ width min-width max-width
+ height min-height max-height
padding padding-left padding-right padding-top padding-bottom
margin margin-left margin-right margin-top margin-bottom
border border-left border-right border-top border-bottom border-radius border-style border-collapse border-spacing