Break long client URLs on mobile

This commit is contained in:
Jonny Barnes 2020-03-08 14:18:37 +00:00
parent 09d0f9b71b
commit 0104112b59
3 changed files with 7 additions and 1 deletions

View file

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