From cb58be5bd8ad331764f5937b58e3c4cc76565287 Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Sun, 6 Aug 2023 16:50:49 -0400 Subject: [PATCH] fine tunning prewrap --- .../status/databinded-text/databinded-text.component.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/components/stream/status/databinded-text/databinded-text.component.scss b/src/app/components/stream/status/databinded-text/databinded-text.component.scss index b7795998..cdbfa121 100644 --- a/src/app/components/stream/status/databinded-text/databinded-text.component.scss +++ b/src/app/components/stream/status/databinded-text/databinded-text.component.scss @@ -46,10 +46,6 @@ $expand-color: $column-color; } } -.content { - white-space: pre-wrap; -} - //Mastodon styling :host ::ng-deep .content { @@ -68,6 +64,7 @@ $expand-color: $column-color; & p { margin: 0px; + white-space: pre-wrap; //font-size: .9em; // font-size: 14px; }