Apply CSS to <pre> tags to distinguish them from each other

pull/4639/head
Luke Barnard 2017-07-19 09:25:53 +01:00
父节点 cb4f57eb4a
当前提交 ccc30fb52e
共有 1 个文件被更改,包括 6 次插入0 次删除

查看文件

@ -112,6 +112,12 @@ limitations under the License.
border-left: 4px solid $blockquote-bar-color;
}
.mx_MessageComposer_input pre.public-DraftStyleDefault-pre pre {
background-color: $rte-code-bg-color;
border-radius: 3px;
padding: 10px;
}
.mx_MessageComposer_input textarea {
display: block;
width: 100%;