small fixes - word wrap, live badge
This commit is contained in:
parent
84f2e61680
commit
0e431d4038
2 changed files with 2 additions and 1 deletions
|
@ -62,6 +62,7 @@ export function prioritizeActiveLivestreams(
|
||||||
if (options) {
|
if (options) {
|
||||||
// options has to match original search transformations to find the results
|
// options has to match original search transformations to find the results
|
||||||
delete options.has_source;
|
delete options.has_source;
|
||||||
|
delete options.stream_types;
|
||||||
const livestreamsOnlySearchCacheQuery = createNormalizedClaimSearchKey({
|
const livestreamsOnlySearchCacheQuery = createNormalizedClaimSearchKey({
|
||||||
...options,
|
...options,
|
||||||
has_no_source: true,
|
has_no_source: true,
|
||||||
|
|
|
@ -318,7 +318,7 @@ $discussion-header__height: 3rem;
|
||||||
padding-bottom: var(--spacing-xxs);
|
padding-bottom: var(--spacing-xxs);
|
||||||
.markdown-preview {
|
.markdown-preview {
|
||||||
p {
|
p {
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue