Defect #42051 » fix-inconsistent-textarea-font-size.patch
app/assets/stylesheets/application.css | ||
---|---|---|
644 | 644 |
blockquote blockquote { margin-left: 0;} |
645 | 645 |
abbr, span.field-description[title] { border-bottom: 1px dotted #aaa; cursor: help; } |
646 | 646 |
textarea.wiki-edit {width:99%; resize:vertical; box-sizing: border-box;} |
647 |
body.textarea-monospace textarea.wiki-edit {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; font-size: 0.75rem;}
|
|
648 |
body.textarea-proportional textarea.wiki-edit {font-family: var(--fonts-main); font-size: 0.75rem;}
|
|
647 |
body.textarea-monospace textarea.wiki-edit {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;} |
|
648 |
body.textarea-proportional textarea.wiki-edit {font-family: var(--fonts-main);} |
|
649 | 649 |
li p {margin-top: 0;} |
650 | 650 |
div.issue { |
651 | 651 |
background: #ffffdd; |
- « Previous
- 1
- …
- 5
- 6
- 7
- Next »