ryohek 6 лет назад
Родитель
Сommit
15c557683b
1 измененных файлов с 2 добавлено и 4 удалено
  1. 2 4
      src/client/styles/scss/_page.scss

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

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