Skip to content

Commit 805312a

Browse files
committed
Fix missing styling for Lumino
This rule was only applying to the old Phosphor grid, it now applies to both the Phosphor and the Lumino grid Signed-off-by: martinRenou <[email protected]>
1 parent fff2dbe commit 805312a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style/feathergrid.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
font-size: var(--ipydatagrid-ui-font-size1);
5757
}
5858

59-
.p-DataGrid {
59+
.ipydatagrid-widget > div {
6060
width: 100%;
6161
height: 100%;
6262
padding: var(--ipydatagrid-padding);

0 commit comments

Comments
 (0)