Skip to content
Snippets Groups Projects
Commit 69cafcf6 authored by Wannes De Roy's avatar Wannes De Roy Committed by Jeroen Opdebeeck
Browse files

Resolve #3318079 Demo project markup & css

parent c28a755d
No related branches found
No related tags found
1 merge request!3Resolve #3318079 Demo project markup & css
[dir="ltr"] ul.facet {
margin-left: 0;
}
[dir="rtl"] ul.facet {
margin-right: 0;
}
li.facet-item {
list-style: none;
}
......@@ -19,3 +19,7 @@ inline-autocomplete:
- core/jquery
- core/drupal.ajax
- core/drupalSettings
styles:
css:
layout:
css/elasticsearch_search_api.css: {}
\ No newline at end of file
......@@ -212,6 +212,7 @@ class SearchController extends ControllerBase {
'library' => [
'elasticsearch_search_api/ajaxify',
'elasticsearch_search_api/blockui',
'elasticsearch_search_api/styles',
],
'drupalSettings' => $drupalSettings,
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment