From 3f89c79a577040c839fd1f1109b65e208248af8a Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Wed, 9 Mar 2016 09:52:45 -0800 Subject: [PATCH] api(css): fix the three-column wrap --- public/resources/css/module/_api.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/public/resources/css/module/_api.scss b/public/resources/css/module/_api.scss index 243ac5596a..9c8285e46e 100644 --- a/public/resources/css/module/_api.scss +++ b/public/resources/css/module/_api.scss @@ -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;