Skip to content

Commit

Permalink
nect: style ccmnet facets a bit d8-2057
Browse files Browse the repository at this point in the history
  • Loading branch information
protitude committed Apr 18, 2024
1 parent e79f2ae commit b10321f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions web/themes/nect-theme/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1699,6 +1699,11 @@ table.sticky-header th {

.block-facet--checkbox ul input {
margin: 0.3rem;
vertical-align: top;
}

.block-facet--checkbox ul label {
width: 75%;
}

.font-bold {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@
{%- if items -%}
<{{list_type}}{{attributes.addClass(['ps-0', 'mb-0'])}}>
{%- for item in items -%}
<li{{item.attributes.addClass('list-none', 'd-flex', 'align-items-start')}}>{{ item.value }}</li>
<li{{item.attributes.addClass('list-none')}}>
{{ item.value }}
</li>
{%- endfor -%}
</{{list_type}}>
{%- else -%}
Expand Down

0 comments on commit b10321f

Please sign in to comment.