We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32afd57 commit bf04c81Copy full SHA for bf04c81
css/common/frameEditor.css
@@ -54,6 +54,7 @@
54
/* grid-template-rows: 35px 30px 60% calc(40% - 80px); */
55
/* grid-template-rows: 35px 30px calc(100% - 80px); */
56
grid-template-rows: 35px 65px calc(100% - 110px);
57
+ grid-template-columns: 100%;
58
}
59
60
/* Code Preview */
@@ -156,7 +157,7 @@
156
157
.vp-fe-table {
158
height: 100%;
159
background: var(--border-gray-color);
- padding: 5px;
160
+ border: 5px solid var(--border-gray-color);
161
overflow: auto;
162
163
.vp-fe-table table {
css/common/profiling.css
@@ -12,7 +12,7 @@
12
left: 50%;
13
top: 50%;
14
transform:translate(-50%, -50%);
15
- min-width: 400px;
+ min-width: 420px;
16
min-height: 400px;
17
width: 50%;
18
height: 60%;
0 commit comments