Browse Source

remove unnecessary style

= 6 years ago
parent
commit
d1a533a356
1 changed files with 0 additions and 7 deletions
  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 {
   // same height as forms
   height: 327.5px;
-  @include media-breakpoint-up(lg) {
-    position: relative;
-    height: 100%;
-  }
 
   .page-editor-preview-body {
-    @include media-breakpoint-up(lg) {
-      position: absolute;
-    }
     height: 100%;
   }
 }