Skip to content

Commit

Permalink
Fix class quote placement; add a small amount of margin for filter fi…
Browse files Browse the repository at this point in the history
…elds (CFM-291) (#194)
  • Loading branch information
arlen authored May 3, 2024
1 parent fe2090d commit 8bfd4cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/element/filter/footerButtons.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
&&
empty($field_booleans_columns)
) {
$classes .= ' class="tss-rebalance';
$classes .= ' class="tss-rebalance"';
}

?>
Expand Down
3 changes: 3 additions & 0 deletions app/webroot/css/co-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,9 @@ ul.form-list li.alert-banner .co-alert {
display: none;
padding: 0.25em 0.5em;
}
#top-filters-fields .filter-standard {
margin-bottom: 0.25em;
}
#top-filters-fields .filter-inactive {
display: none;
}
Expand Down

0 comments on commit 8bfd4cd

Please sign in to comment.