Prevent text areas from being resizeable

Этот коммит содержится в:
Reed Garmsen
2015-07-07 11:56:55 -07:00
родитель 4e856c29b2
Коммит 7102530def

Просмотреть файл

@@ -53,6 +53,7 @@ div.theme {
.form-control { .form-control {
@include border-radius(2px); @include border-radius(2px);
resize: none;
} }
.form-group { .form-group {