diff options
author | Vitaly Takmazov | 2018-12-06 16:27:30 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | 895a8e394aec1734ef5686046cf5a7febd1c3632 (patch) | |
tree | b5dfeb1fcd7f97a6f05a96dd17af545228f1eb7c /vnext/src/components/Message.css | |
parent | 17ab73123ce11132e2aee7ac78f4f1b5350e0a2d (diff) |
layout fixes
Diffstat (limited to 'vnext/src/components/Message.css')
-rw-r--r-- | vnext/src/components/Message.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/vnext/src/components/Message.css b/vnext/src/components/Message.css index df51fa80..328e5598 100644 --- a/vnext/src/components/Message.css +++ b/vnext/src/components/Message.css @@ -107,12 +107,24 @@ article .tags > a, color: #999; } .msg-txt { - clear: both; margin: 0 0 12px; padding-top: 10px; word-wrap: break-word; overflow-wrap: break-word; } +q:before, +q:after { + content: ""; +} +q, +blockquote { + border-left: 3px solid #CCC; + color: #666; + display: block; + margin: 10px 0 10px 10px; + padding-left: 10px; + word-break: break-word; +} .msg-media { text-align: center; } |