diff --git a/public/react/src/modules/tpm/jupyter/index.scss b/public/react/src/modules/tpm/jupyter/index.scss index 3fd1a197a..7a237259e 100644 --- a/public/react/src/modules/tpm/jupyter/index.scss +++ b/public/react/src/modules/tpm/jupyter/index.scss @@ -122,6 +122,7 @@ .ant-drawer-wrapper-body{ padding-top: 60px; background: #070F1A; + padding-bottom: 40px; } .ant-pagination{ @@ -133,6 +134,7 @@ .newjupyter_data_sets_area{ background:#070F1A !important; .jupyter_h2_title { + padding-left: 20px; height:49px; line-height: 49px; background: #070F1A !important; @@ -147,6 +149,7 @@ } .jupyter_pagination{ border-top: 1px solid #070F1A !important; + padding-left: 50px; } .jupyter_name{ @@ -186,4 +189,8 @@ line-height: 50px !important; color:#fff !important; font-size: 17px !important; } +} + +.jupyter_data_list{ + padding-left: 20px; } \ No newline at end of file