Browse Source

do not use library class

ryohek 6 years ago
parent
commit
15c557683b
1 changed files with 2 additions and 4 deletions
  1. 2 4
      src/client/styles/scss/_page.scss

+ 2 - 4
src/client/styles/scss/_page.scss

@@ -68,12 +68,10 @@
       }
 
       .revision-history-diff {
+        display: table !important;
+        width: 100%;
         padding-left: 40px;
         color: #333;
-      }
-
-      .d2h-files-diff {
-        display: table;
         table-layout: fixed;
       }
     }