Fix textarea height

before-leaflet
Candid Dauth 2016-10-04 19:23:05 +03:00
rodzic b20fcf5b55
commit 03e5863950
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -89,8 +89,8 @@ table th.sort {
left: 25%;
}
textarea {
height: 5em;
textarea,textarea.form-control {
height: 8em;
}
.fp-popup {