소스 검색

Prevent text areas being resized past available horizontal space

Frans Bergman 7 년 전
부모
커밋
ee455e9ad7
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  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