##// END OF EJS Templates
diff: fix width - make it 100% of the page as before
Mads Kiilerich -
r6618:d18dfba3 default
parent child Browse files
Show More
@@ -3191,6 +3191,7 b' input.perm_filter {'
3191 table.code-difftable {
3191 table.code-difftable {
3192 border-collapse: collapse;
3192 border-collapse: collapse;
3193 border-radius: 0px !important;
3193 border-radius: 0px !important;
3194 width: 100%;
3194 }
3195 }
3195 table.code-difftable td {
3196 table.code-difftable td {
3196 padding: 0 !important;
3197 padding: 0 !important;
General Comments 0
You need to be logged in to leave comments. Login now