From 667372593c4cf4b3ab1ac892f91bb000e43b27ee Mon Sep 17 00:00:00 2001 From: shaoying Date: Thu, 17 Sep 2020 07:04:57 +0800 Subject: [PATCH] opt some --- plugin/input/key.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugin/input/key.css diff --git a/plugin/input/key.css b/plugin/input/key.css new file mode 100644 index 00000000..a54a29f9 --- /dev/null +++ b/plugin/input/key.css @@ -0,0 +1,4 @@ +fieldset.input.key div.output { + max-height:400px; + overflow:auto; +}