Explorar el Código

Prevent text areas being resized past available horizontal space

Frans Bergman hace 7 años
padre
commit
ee455e9ad7
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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