From 594ae2bb7eeffd70f082bd06cf47cda8bb287edf Mon Sep 17 00:00:00 2001 From: Zain Aftab Date: Wed, 13 Jul 2022 04:19:21 +0500 Subject: [PATCH] #2983 fixed css for table (#3082) --- src/main/webapp/assets/common/css/gitbucket.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index 700c11110..ea688b7a4 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -1526,7 +1526,8 @@ div.markdown-body code { } div.markdown-body table { - /*width: 100%;*/ + table-layout:fixed; + width:100%; margin-bottom: 20px; }