Adding a small space between the text box & text area fields and the help text ( which is the character counter ) underneath.

This commit is contained in:
Chris Houston
2018-06-26 13:14:39 -04:00
parent a4d9790279
commit 3371360bc7

View File

@@ -544,6 +544,9 @@ input[type="checkbox"][readonly] {
padding-left: 5px;
}
div.help {
margin-top: 5px;
}
// INPUT GROUPS