瀏覽代碼

remove unnecessary style

= 5 年之前
父節點
當前提交
d1a533a356
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      src/client/styles/scss/_linkedit-preview.scss

+ 0 - 7
src/client/styles/scss/_linkedit-preview.scss

@@ -1,15 +1,8 @@
 .linkedit-preview {
 .linkedit-preview {
   // same height as forms
   // same height as forms
   height: 327.5px;
   height: 327.5px;
-  @include media-breakpoint-up(lg) {
-    position: relative;
-    height: 100%;
-  }
 
 
   .page-editor-preview-body {
   .page-editor-preview-body {
-    @include media-breakpoint-up(lg) {
-      position: absolute;
-    }
     height: 100%;
     height: 100%;
   }
   }
 }
 }