Update advanced_search.form.css

Fix issue search form disappear after change condition from AND to OR
This commit is contained in:
Kyle Huynh 2023-03-13 17:06:22 -04:00 committed by GitHub
parent ddbd38e818
commit 25183ffa25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,4 +38,8 @@ input.islandora-advanced-search-form__search {
.form-wrapper select { .form-wrapper select {
margin-bottom: 1.125rem; margin-bottom: 1.125rem;
} }
[id^="edit-terms"] {
display:initial !important;
}