Break long client URLs on mobile
This commit is contained in:
parent
09d0f9b71b
commit
0104112b59
3 changed files with 7 additions and 1 deletions
2
public/assets/app.css
vendored
2
public/assets/app.css
vendored
|
@ -59,6 +59,8 @@ main .h-feed {
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between; }
|
||||
.note .note-metadata .client {
|
||||
word-break: break-all; }
|
||||
.note .note-metadata .syndication-links svg {
|
||||
height: 1em;
|
||||
width: 1em; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue