Bladeren bron

Fix bad word breaking on conversations (#12039)

* Fix bad word breaking

* Fix style

* Fix style
master^2
Cutls 4 jaren geleden
committed by Eugen Rochko
bovenliggende
commit
733a3d20b0
1 gewijzigde bestanden met toevoegingen van 4 en 1 verwijderingen
  1. +4
    -1
      app/javascript/styles/mastodon/components.scss

+ 4
- 1
app/javascript/styles/mastodon/components.scss Bestand weergeven

@@ -6450,7 +6450,6 @@ noscript {
flex: 1 1 auto;
padding: 10px 5px;
padding-right: 15px;
word-break: break-all;
overflow: hidden;

&__info {
@@ -6487,5 +6486,9 @@ noscript {
}
}
}

a {
word-break: break-word;
}
}
}

Laden…
Annuleren
Opslaan