This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Tankernn
/
school-platform
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Prevent text areas being resized past available horizontal space
Frans Bergman
7 years ago
parent
94467ae337
commit
ee455e9ad7
1 changed files
with
6 additions
and
0 deletions
Split View
Show Diff Stats
6
0
app/assets/stylesheets/custom.scss
+ 6
- 0
app/assets/stylesheets/custom.scss
View File
@@ -36,6 +36,12 @@ body {
}
}
+// Forms
+
+textarea {
+ max-width: 100%;
+}
+
// Navigation
// --Topbar