Skip to content

Commit 36f11c6

Browse files
authored
Merge pull request #1018 from daniellutz/fix-tensorboard-frame-height
RHOAIENG-20553 - CSS is broken when loading the TensorBoard extension
2 parents ed90fe3 + 6b13011 commit 36f11c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter/utils/addons/apply.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
88

9-
pf_url="https://unpkg.com/@patternfly/[email protected]/patternfly.min.css"
9+
pf_url="https://unpkg.com/@patternfly/[email protected]/patternfly-no-globals.css"
1010

1111
static_dir="/opt/app-root/share/jupyter/lab/static"
1212
index_file="$static_dir/index.html"

0 commit comments

Comments
 (0)