Commit ba4f1140 authored by Paul Brown's avatar Paul Brown

add model-list to .help-block CSS rule

parent a404363e
...@@ -77,6 +77,6 @@ table.filters tr td { ...@@ -77,6 +77,6 @@ table.filters tr td {
/* Form Field Description - Appears when field has 'description' attribute */ /* Form Field Description - Appears when field has 'description' attribute */
/* Test with: form_args = {'name':{'description': 'test'}} */ /* Test with: form_args = {'name':{'description': 'test'}} */
/* prevents awkward gap after help-block - This is default for bootstrap2 */ /* prevents awkward gap after help-block - This is default for bootstrap2 */
.help-block { .admin-form .help-block {
margin-bottom: 0px; margin-bottom: 0px;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment