fix word break in feed
This commit is contained in:
parent
a12713cccb
commit
371745fbb6
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
.feed-page {
|
||||
.feed {
|
||||
word-break: break-word;
|
||||
|
||||
.avatar {
|
||||
height: calc(1rem * var(--pico-line-height) + var(--pico-nav-link-spacing-vertical) * 4 - 8px);
|
||||
width: calc(1rem * var(--pico-line-height) + var(--pico-nav-link-spacing-vertical) * 4 - 8px);
|
||||
|
|
Loading…
Add table
Reference in a new issue