This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
Tankernn
/
school-platform
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
Prevent text areas being resized past available horizontal space
Frans Bergman
7 anni fa
parent
94467ae337
commit
ee455e9ad7
1 ha cambiato i file
con
6 aggiunte
e
0 eliminazioni
Visualizzazione unificata
Mostra Diff Stats
6
0
app/assets/stylesheets/custom.scss
+ 6
- 0
app/assets/stylesheets/custom.scss
Vedi File
@@ -36,6 +36,12 @@ body {
}
}
}
}
+// Forms
+
+textarea {
+ max-width: 100%;
+}
+
// Navigation
// Navigation
// --Topbar
// --Topbar