forms: Fix textarea layout with help icons

This commit is contained in:
Johannes Meyer 2015-08-20 16:53:26 +02:00
parent 32f8c0770c
commit ebd34422cb
1 changed files with 1 additions and 1 deletions
public/css/icinga

View File

@ -319,7 +319,7 @@ label ~ input, label ~ select, label ~ textarea {
margin-left: 1.3em;
}
label + i ~ input, label + i ~ select {
label + i ~ input, label + i ~ select, label + i ~ textarea {
margin-left: 0;
}