Skip to content

Commit 2092ba3

Browse files
author
minjk-bl
committed
Frame - column height issue fixed
1 parent 7a7a92c commit 2092ba3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

css/common/frameEditor.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,13 @@
190190
top: 0;
191191
background: #FFFFFF;
192192
border-bottom: 1px solid #E4E4E4;
193+
194+
text-align: right;
195+
text-overflow: ellipsis;
196+
overflow: hidden;
197+
height: 30px !important;
198+
min-width: 80px;
199+
white-space: nowrap;
193200
}
194201
.vp-fe-table tbody tr:nth-child(odd) {
195202
background: #F5F5F5;
@@ -223,6 +230,10 @@
223230
width: 100%;
224231
z-index: -1;
225232
} */
233+
.vp-fe-table tr th:nth-child(1),
234+
.vp-fe-add-column {
235+
min-width: 30px !important;
236+
}
226237

227238
.vp-fe-table-more {
228239
margin-top: 10px;

0 commit comments

Comments
 (0)