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.
2 parents 1657447 + 33f1f5d commit 575ce74Copy full SHA for 575ce74
packages/base/css/index.css
@@ -5,8 +5,7 @@
5
.jupyter-widgets-disconnected::before {
6
content: '\f127'; /* chain-broken */
7
display: inline-block;
8
- font: normal normal 900 14px/1px 'Font Awesome 5 Free';
9
- font-size: inherit;
+ font: normal normal 900 14px/1 'Font Awesome 5 Free', 'FontAwesome';
10
text-rendering: auto;
11
-webkit-font-smoothing: antialiased;
12
-moz-osx-font-smoothing: grayscale;
packages/controls/css/widgets-base.css
@@ -68,11 +68,6 @@
68
overflow: visible;
69
}
70
71
-.jupyter-widgets.jupyter-widgets-disconnected::before {
72
- line-height: var(--jp-widgets-inline-height);
73
- height: var(--jp-widgets-inline-height);
74
-}
75
-
76
.jp-Output-result > .jupyter-widgets {
77
margin-left: 0;
78
margin-right: 0;
0 commit comments