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

+ 0 - 27
src/client/styles/scss/_page.scss

@@ -33,7 +33,6 @@
 .main .content-main .revision-history {
   .revision-history-list {
     .revision-history-outer {
-      max-width: 50%;
       // add border-top except of first element
       &:not(:first-of-type) {
         border-top: 1px solid $border;
@@ -73,38 +72,12 @@
         table-layout: fixed;
       }
 
-      .d2h-diff-table {
-        // table-layout: fixed;
-        // border-collapse: collapse;
-      }
-
       .revision-history-diff {
-        // max-width: 30%;
         padding-left: 40px;
         color: #333;
-        // // .d2h-file-wrapper {
-        // //   max-width: 30%;
-        // // }
-        // // .d2h-file-side-diff {
-        // //   max-width: 30%;
-        // // }
-        // // .d2h-code-line-ctn {
-        // //   max-width: 30%;
-        // // }
-        // tr {
-        //   max-width: 20%;
-        //   overflow: hidden !important;
-        // }
-        // // .d2h-cntx {
-        // //   max-width: 30%;
-        // // }
       }
     }
 
-    // .hoge {
-    //   max-width: 50%;
-    // }
-
     li {
       position: relative;
       list-style: none;