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

View File

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