Skip to content

Commit 90949c4

Browse files
committed
Fix typo causing CSS not to be applied.
1 parent fbe957b commit 90949c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/controls/css/widgets-base.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
/* vbox and hbox */
8383

84-
/* <DEPRECATED> */ .widget-inline-hbox /* <DEPRECATED> */
84+
/* <DEPRECATED> */ .widget-inline-hbox, /* <DEPRECATED> */
8585
.jupyter-widget-inline-hbox {
8686
/* Horizontal widgets */
8787
box-sizing: border-box;
@@ -90,7 +90,7 @@
9090
align-items: baseline;
9191
}
9292

93-
/* <DEPRECATED> */ .widget-inline-vbox /* <DEPRECATED> */
93+
/* <DEPRECATED> */ .widget-inline-vbox, /* <DEPRECATED> */
9494
.jupyter-widget-inline-vbox {
9595
/* Vertical Widgets */
9696
box-sizing: border-box;

0 commit comments

Comments
 (0)