summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2018-10-06 11:17:35 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2018-10-06 11:17:35 +0000
commitb41096d9d00b0eb4c9004936b4ed5f127ec3f2c4 (patch)
tree4e01c9a00f6c6ab0d4e049045c47d43d244377b1 /public
parent88c71d53950fe9c8424de5066621d97cbd7bfc2b (diff)
downloadredmine-b41096d9d00b0eb4c9004936b4ed5f127ec3f2c4.tar.gz
redmine-b41096d9d00b0eb4c9004936b4ed5f127ec3f2c4.zip
Fixed that textarea may overflow.
git-svn-id: http://svn.redmine.org/redmine/trunk@17582 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 1d75ca87d..ec5bb57df 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -448,7 +448,7 @@ hr { width: 100%; height: 1px; background: #ccc; border: 0;}
blockquote { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 0;}
blockquote blockquote { margin-left: 0;}
abbr, span.field-description[title] { border-bottom: 1px dotted #aaa; cursor: help; }
-textarea.wiki-edit {width:99%; resize:vertical;}
+textarea.wiki-edit {width:99%; resize:vertical; box-sizing: border-box;}
body.textarea-monospace textarea.wiki-edit {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; font-size: 12px;}
body.textarea-proportional textarea.wiki-edit {font-family: Verdana, sans-serif; font-size: 12px;}
li p {margin-top: 0;}