Fixed help text alignement in wide inlines

pull/17/head
Fabio Caccamo 2017-02-07 16:06:05 +01:00
parent fac0f690df
commit fd292ed1bf
1 changed files with 4 additions and 0 deletions

View File

@ -288,6 +288,10 @@
padding-left:10px !important;
}
form .aligned.wide p.help {
margin-left: 160px;
}
textarea.tinymce ~ p.help {
margin-top:5px !important;
}