From b2456598878a404da9bab54d84832d91fb2c3131 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 15 Jan 2017 13:15:30 +0800 Subject: [PATCH] update API table style --- site/theme/static/markdown.less | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/site/theme/static/markdown.less b/site/theme/static/markdown.less index a312490df8..bd0d2055b3 100644 --- a/site/theme/static/markdown.less +++ b/site/theme/static/markdown.less @@ -211,13 +211,12 @@ font-family: "Lucida Console", Consolas, Menlo, Courier, monospace; } td:nth-child(3) { - width: 20%; - word-break: break-all; + width: 22%; font-size: 12px; font-family: "Lucida Console", Consolas, Menlo, Courier, monospace; } td:last-child { - width: 15%; + width: 13%; font-size: 12px; font-family: "Lucida Console", Consolas, Menlo, Courier, monospace; }