This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
Tankernn
/
school-platform
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Prevent text areas being resized past available horizontal space
Frans Bergman
hace 7 años
padre
94467ae337
commit
ee455e9ad7
Se han
modificado 1 ficheros
con
6 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
6
0
app/assets/stylesheets/custom.scss
+ 6
- 0
app/assets/stylesheets/custom.scss
Ver fichero
@@ -36,6 +36,12 @@ body {
}
}
+// Forms
+
+textarea {
+ max-width: 100%;
+}
+
// Navigation
// --Topbar