Break long client URLs on mobile
This commit is contained in:
parent
09d0f9b71b
commit
0104112b59
3 changed files with 7 additions and 1 deletions
4
resources/sass/_layout-main.scss
vendored
4
resources/sass/_layout-main.scss
vendored
|
@ -65,6 +65,10 @@ main {
|
|||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
|
||||
.client {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.syndication-links {
|
||||
svg {
|
||||
height: 1em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue