Browse Source

Prevent text areas being resized past available horizontal space

Frans Bergman 7 years ago
parent
commit
ee455e9ad7
1 changed files with 6 additions and 0 deletions
  1. 6 0
      app/assets/stylesheets/custom.scss

+ 6 - 0
app/assets/stylesheets/custom.scss

@@ -36,6 +36,12 @@ body {
     }
 }
 
+// Forms
+
+textarea {
+  max-width: 100%;
+}
+
 // Navigation
 
 // --Topbar