diff --git a/frontend/src/views/dataset/data/UpdateInfo.vue b/frontend/src/views/dataset/data/UpdateInfo.vue index 358d6555a9..e7274a794e 100644 --- a/frontend/src/views/dataset/data/UpdateInfo.vue +++ b/frontend/src/views/dataset/data/UpdateInfo.vue @@ -522,7 +522,7 @@ export default { overflow-y: auto; } .codemirror >>> .CodeMirror-scroll { - height: 160px; + height: 100px; overflow-y: auto; }