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 c06aa1a commit d52126aCopy full SHA for d52126a
dashboard/src/components/panel/panel-render/panel-render-base.css
@@ -49,9 +49,17 @@
49
right: 16px;
50
}
51
52
+.panel-root:not(.panel-root--show-title)
53
+ .panel-top-right-actions:has(div[id^='panel-addon-slot-'])
54
+ ~ .panel-viz-section {
55
+ margin-top: 16px;
56
+ height: calc(100% - 16px);
57
+}
58
+
59
.panel-root:not(.panel-root--show-title)
60
.panel-top-right-actions:has(div[id^='panel-addon-slot-']:empty)
61
~ .panel-viz-section {
62
+ margin-top: 0;
63
height: 100%;
64
65
0 commit comments