fix(aio): tidy up layout of api filter page

* Remove the "info-banner" styling from the filters.
* Fix alignment of the search box on a narrow screen (closes #17395)
* Remove unnecessary whitespace before section headers
This commit is contained in:
Peter Bacon Darwin
2017-06-11 21:38:34 +01:00
committed by Pete Bacon Darwin
parent 0658e1da7f
commit 0c7eb93889
2 changed files with 17 additions and 17 deletions

View File

@ -1,4 +1,4 @@
<div class="l-flex-wrap info-banner api-filter">
<div class="l-flex-wrap api-filter">
<aio-select (change)="setType($event.option)"
[options]="types"