Changes for page SolrDateFacet
Last modified by superadmin on 2025/12/22 13:22
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -6,6 +6,9 @@ 6 6 } 7 7 .search-facet-body .customDateInterval form { 8 8 margin-top: .5em; 9 + /* We want the form to stay on its own flex line no matter how much space is provided. */ 10 + width: 80%; 11 + margin-left: 16px; 9 9 } 10 10 .search-facet-body .customDateInterval dl { 11 11 margin: 0;