Explorar el Código

Fix bad word breaking on conversations (#12039)

* Fix bad word breaking

* Fix style

* Fix style
master^2
Cutls hace 4 años
committed by Eugen Rochko
padre
commit
733a3d20b0
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      app/javascript/styles/mastodon/components.scss

+ 4
- 1
app/javascript/styles/mastodon/components.scss Ver fichero

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

Cargando…
Cancelar
Guardar