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 ca797d1 commit 6a70202Copy full SHA for 6a70202
visualpython/css/m_apps/frame.css
@@ -279,6 +279,9 @@
279
.vp-inner-popup-apply-column {
280
width: 153px;
281
}
282
+.vp-inner-popup-apply-target-name {
283
+ width: 115px;
284
+}
285
.vp-inner-popup-sortby {
286
border: 0.25px solid var(--vp-border-gray-color);
287
width: 160px;
visualpython/css/root.css
@@ -586,6 +586,11 @@ hr.vp-extra-menu-line {
586
.vp-inner-popup-body .w70 {
587
width: 70px !important;
588
589
+#vp_wrapper .w60,
590
+.vp-popup-frame .w60,
591
+.vp-inner-popup-body .w60 {
592
+ width: 60px !important;
593
594
#vp_wrapper .w50,
595
.vp-popup-frame .w50,
596
.vp-inner-popup-body .w50 {
0 commit comments