This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
Tankernn
/
school-platform
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Przeglądaj źródła
Prevent text areas being resized past available horizontal space
Frans Bergman
7 lat temu
rodzic
94467ae337
commit
ee455e9ad7
1 zmienionych plików
z
6 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
6
0
app/assets/stylesheets/custom.scss
+ 6
- 0
app/assets/stylesheets/custom.scss
Wyświetl plik
@@ -36,6 +36,12 @@ body {
}
}
+// Forms
+
+textarea {
+ max-width: 100%;
+}
+
// Navigation
// --Topbar