api(css): fix the three-column wrap

This commit is contained in:
Naomi Black 2016-03-09 09:52:45 -08:00
parent 8d183b3cbf
commit 3f89c79a57
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ input.api-filter {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
box-sizing: border-box;
a {
text-decoration: none;
color: black;