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 7a7a92c commit 2092ba3Copy full SHA for 2092ba3
css/common/frameEditor.css
@@ -190,6 +190,13 @@
190
top: 0;
191
background: #FFFFFF;
192
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;
200
}
201
.vp-fe-table tbody tr:nth-child(odd) {
202
background: #F5F5F5;
@@ -223,6 +230,10 @@
223
230
width: 100%;
224
231
z-index: -1;
225
232
} */
233
+.vp-fe-table tr th:nth-child(1),
234
+.vp-fe-add-column {
235
+ min-width: 30px !important;
236
+}
226
237
227
238
.vp-fe-table-more {
228
239
margin-top: 10px;
0 commit comments