mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-20 07:21:12 +00:00
Fixed that textarea may overflow.
git-svn-id: http://svn.redmine.org/redmine/trunk@17582 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
88c71d5395
commit
b41096d9d0
@ -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 { font-style: italic; border-left: 3px solid #e0e0e0; padding-left: 0.6em; margin-left: 0;}
|
||||||
blockquote blockquote { margin-left: 0;}
|
blockquote blockquote { margin-left: 0;}
|
||||||
abbr, span.field-description[title] { border-bottom: 1px dotted #aaa; cursor: help; }
|
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-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;}
|
body.textarea-proportional textarea.wiki-edit {font-family: Verdana, sans-serif; font-size: 12px;}
|
||||||
li p {margin-top: 0;}
|
li p {margin-top: 0;}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user