Remove theme wrapper to avoid redudent

This commit is contained in:
Kyle Huynh 2023-02-09 16:13:53 -05:00
parent 03d05ca2c2
commit e632b96314
2 changed files with 11 additions and 2 deletions

View file

@ -35,3 +35,7 @@ input.islandora-advanced-search-form__reset,
input.islandora-advanced-search-form__search {
display: inline-block;
}
.form-wrapper select {
margin-bottom: 1.125rem;
}