Skip to content

Commit 89dc832

Browse files
authored
fix: Add css for widget-container in WidgetPanel (#2581)
- For general widgets to size correctly, related to DH-20953 for AG Grid
1 parent 79a44fa commit 89dc832

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/dashboard-core-plugins/src/panels/WidgetPanel.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,10 @@
1414
border-right: 1px solid $gray-500;
1515
min-width: 400px;
1616
}
17+
18+
// Container for widgets to fill available panel space
19+
.widget-container {
20+
height: 100%;
21+
width: 100%;
22+
position: relative;
23+
}

0 commit comments

Comments
 (0)