Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
herbert
/
Frontend
forkeado de
Sugoimusic/Frontend
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Improve word-breaking
undefined
spaghetti
hace 7 años
committed by
Tomochin
padre
39b6f5b131
commit
a44c2cae11
Se han
modificado 1 ficheros
con
8 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+8
-1
static/styles/global.css
+ 8
- 1
static/styles/global.css
Ver fichero
@@ -17,7 +17,14 @@
.flex_input_container > input[type=text]{
flex-grow: 1;
box-sizing: border-box;
width: 100%;
width: 50%;
}
.body, .profileinfo {
word-wrap: break-word;
word-break: break-all;
word-break: break-word;
hyphens: auto;
}
input, textarea {
Escribir
Vista previa
Cargando…
Cancelar
Guardar