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; }