- Code cleaning for OpenSearch

- Added comments
- Facets menu small change
This commit is contained in:
Porras-Bernardez 2024-09-12 15:54:59 +02:00
parent 50ab318854
commit 6f1b9f4c5f
5 changed files with 264 additions and 389 deletions

View file

@ -76,7 +76,10 @@ export default FacetCategory;
flex-grow: 1;
flex-shrink: 0;
/* padding: 0.75rem; */
padding: 0.75em 2em;
padding-top: 0em;
padding-right: 2em;
padding-bottom: 0.75em;
padding-left: 2em;
justify-content: left;
}
@ -89,6 +92,7 @@ export default FacetCategory;
}
.panel-body {
padding: 0 2em;
padding-bottom: 0.75em; /* Increase padding at the bottom */
}
.disabled {