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 34d8a45 commit 5eb5a46Copy full SHA for 5eb5a46
css/common/groupby.css
@@ -26,4 +26,28 @@
26
padding: 10px;
27
margin-top: 5px;
28
height: 180px;
29
+
30
+ display: grid;
31
+ grid-template-rows: 30px;
32
+ grid-row-gap: 5px;
33
+ overflow: auto;
34
+}
35
+.vp-gb-adv-method-box {
36
+ position: relative;
37
+ display: inline-block;
38
39
+.vp-gb-adv-method {
40
+ padding-right: 25px;
41
42
+.vp-gb-adv-method-return {
43
+ position: absolute;
44
+ color: #C4C4C4;
45
+ right: 7px;
46
+ top: 7px;
47
+ cursor: pointer;
48
+ background: white;
49
50
+.vp-gb-adv-item-delete {
51
52
+ padding-left: 5px;
53
}
0 commit comments