#2983 fixed css for table (#3082)
1 parent 429cf54 commit 594ae2bb7eeffd70f082bd06cf47cda8bb287edf
@Zain Aftab Zain Aftab authored on 12 Jul 2022
GitHub committed on 12 Jul 2022
Showing 1 changed file
View
4
src/main/webapp/assets/common/css/gitbucket.css
color: black;
}
 
div.markdown-body table {
/*width: 100%;*/
table-layout:fixed;
width:100%;
margin-bottom: 20px;
}
 
div.markdown-body table th,