Skip to content

Commit

Permalink
small style fix for advanced search panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Kateryna Honchar committed May 11, 2022
1 parent f3c6b3e commit fb036f5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ protected void initSearchItemsPanel(RepeatingView searchItemsRepeatingView) {
advancedSearchFragment.setOutputMarkupId(true);
advancedSearchFragment.add(new VisibleBehaviour(() -> SearchBoxModeType.ADVANCED.equals(getModelObject().getSearchMode()) ||
SearchBoxModeType.AXIOM_QUERY.equals(getModelObject().getSearchMode())));
advancedSearchFragment.add(AttributeAppender.append("style", "display: flex;"));
searchItemsRepeatingView.add(advancedSearchFragment);

FulltextSearchFragment fulltextSearchFragment = new FulltextSearchFragment(searchItemsRepeatingView.newChildId(), ID_FULLTEXT_SEARCH_FRAGMENT,
Expand Down

0 comments on commit fb036f5

Please sign in to comment.