This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
Tankernn
/
school-platform
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Browse Source
Prevent text areas being resized past available horizontal space
Frans Bergman
7 năm trước cách đây
mục cha
94467ae337
commit
ee455e9ad7
1 tập tin đã thay đổi
với
6 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
6
0
app/assets/stylesheets/custom.scss
+ 6
- 0
app/assets/stylesheets/custom.scss
Xem Tập Tin
@@ -36,6 +36,12 @@ body {
}
}
+// Forms
+
+textarea {
+ max-width: 100%;
+}
+
// Navigation
// --Topbar