Open gibsonjc opened 8 years ago
if you change the style '#groupPlaceHolder'
from
display: block;
padding: 6px;
}
to
display: block;
padding: 6px 0 30px 0;
} The 30px is adding padding after the 'Add Search Group'
It doesn't look like that ID is used elsewhere on the page but I don't know if it's used elsewhere.
MIL - initially I thought the “add search group” was about which catalogs to search, because of its proximity on the screen to the “local catalog only” dropdown. Can a bit more separation be introduced there?