small fixes - word wrap, live badge

This commit is contained in:
zeppi 2021-05-03 12:41:51 -04:00 committed by jessopb
parent 84f2e61680
commit 0e431d4038
2 changed files with 2 additions and 1 deletions

View file

@ -62,6 +62,7 @@ export function prioritizeActiveLivestreams(
if (options) {
// options has to match original search transformations to find the results
delete options.has_source;
delete options.stream_types;
const livestreamsOnlySearchCacheQuery = createNormalizedClaimSearchKey({
...options,
has_no_source: true,

View file

@ -318,7 +318,7 @@ $discussion-header__height: 3rem;
padding-bottom: var(--spacing-xxs);
.markdown-preview {
p {
word-break: break-all;
word-break: break-word;
}
}
}