This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
Tankernn
/
school-platform
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Prevent text areas being resized past available horizontal space
Frans Bergman
%!s(int64=7) %!d(string=hai) anos
pai
94467ae337
achega
ee455e9ad7
Modificáronse 1 ficheiros
con
6 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
6
0
app/assets/stylesheets/custom.scss
+ 6
- 0
app/assets/stylesheets/custom.scss
Ver ficheiro
@@ -36,6 +36,12 @@ body {
}
}
+// Forms
+
+textarea {
+ max-width: 100%;
+}
+
// Navigation
// --Topbar