From 76bbcec8e5501cb5f45aec9d09175ef187b047cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Fri, 27 Dec 2019 23:20:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/public/css/edu-all.css | 4 ++++ public/stylesheets/educoder/edu-all.css | 4 ++++ public/stylesheets/educoder/edu-main.css | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/public/react/public/css/edu-all.css b/public/react/public/css/edu-all.css index fa3d4ee37..66adaf482 100644 --- a/public/react/public/css/edu-all.css +++ b/public/react/public/css/edu-all.css @@ -3492,4 +3492,8 @@ a.singlepublishtwo{ .deletebuttom{ border: transparent; +} + +.RightPaneDrawer .jupyter_data_list{ + max-height: 340px; } \ No newline at end of file diff --git a/public/stylesheets/educoder/edu-all.css b/public/stylesheets/educoder/edu-all.css index 6e51119bb..d4b5633d7 100644 --- a/public/stylesheets/educoder/edu-all.css +++ b/public/stylesheets/educoder/edu-all.css @@ -3812,4 +3812,8 @@ a.singlepublishtwo{ .deletebuttom{ border: transparent; +} + +.RightPaneDrawer .jupyter_data_list{ + max-height: 340px; } \ No newline at end of file diff --git a/public/stylesheets/educoder/edu-main.css b/public/stylesheets/educoder/edu-main.css index 6b422675f..cbb6fb1f5 100644 --- a/public/stylesheets/educoder/edu-main.css +++ b/public/stylesheets/educoder/edu-main.css @@ -833,4 +833,8 @@ html>body #ajax-indicator { position: fixed; } .deletebuttom{ border: transparent; +} + +.RightPaneDrawer .jupyter_data_list{ + max-height: 340px; } \ No newline at end of file