aboutsummaryrefslogtreecommitdiff
path: root/src/components/rich_content/rich_content.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-06-07 20:02:09 +0300
committerHenry Jameson <me@hjkos.com>2021-06-07 20:02:09 +0300
commit60903272366e1f236041841af3dca86628901a35 (patch)
tree756d06c6157a70acd82f3bc8081651cb444d8325 /src/components/rich_content/rich_content.scss
parent5e8367227424fc2ff1683a244b55809ac4a52d3d (diff)
moved some post styles into status body since they inferfere with usernames
Diffstat (limited to 'src/components/rich_content/rich_content.scss')
-rw-r--r--src/components/rich_content/rich_content.scss7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/components/rich_content/rich_content.scss b/src/components/rich_content/rich_content.scss
index a486babf..12cb9776 100644
--- a/src/components/rich_content/rich_content.scss
+++ b/src/components/rich_content/rich_content.scss
@@ -1,11 +1,4 @@
.RichContent {
- font-family: var(--postFont, sans-serif);
- line-height: 1.4em;
- white-space: pre-wrap;
- overflow-wrap: break-word;
- word-wrap: break-word;
- word-break: break-word;
-
blockquote {
margin: 0.2em 0 0.2em 2em;
font-style: italic;