fix(aio): ensure that API filter page can display 3 columns in wide view

Fixes #17251
This commit is contained in:
Peter Bacon Darwin 2017-06-11 22:11:11 +01:00 committed by Pete Bacon Darwin
parent 0c7eb93889
commit d647db222c
1 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ $tablet-breakpoint: 800px;
li {
font-size: 14px;
margin: 8px;
margin: 8px 0;
line-height: 14px;
padding: 0;
float: left;
@ -192,7 +192,7 @@ $tablet-breakpoint: 800px;
color: $blue-grey-600;
display: inline-block;
line-height: 16px;
padding: 0 16px 0 0;
padding: 0 16px 0;
text-decoration: none;
transition: all .3s;
overflow: hidden;