Fix tooltip width

This commit is contained in:
Ildar Kamalov
2018-10-08 18:55:30 +03:00
parent 6de0871f2c
commit 5718f55b9a
5 changed files with 22 additions and 11 deletions

View File

@@ -14,3 +14,7 @@
.form-control--textarea {
min-height: 110px;
}
.form-control--textarea-large {
min-height: 240px;
}