Skip to content

Commit 8134a64

Browse files
authored
fix(Preview): remove wrong and stale styles (#1162)
1 parent bbd2cd3 commit 8134a64

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/containers/Tenant/Query/Preview/Preview.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,6 @@
5050
overflow: auto;
5151

5252
width: 100%;
53-
54-
// This fixes last row display for ordinary preview (not fullscreen)
55-
height: calc(100% - 40px);
5653
padding-left: 10px;
57-
58-
// Fix white space footer block for fullscreen preview
59-
.kv-fullscreen & {
60-
height: 100%;
61-
}
6254
}
6355
}

0 commit comments

Comments
 (0)