浏览代码

HUE-3612 [editor] Some queries have new lines in history

Enrico Berti 9 年之前
父节点
当前提交
dd8646f
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css

+ 3 - 0
desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css

@@ -949,6 +949,9 @@ h4.header {
 .history-item .ace_invalid {
   display: none;
 }
+.history-item .ace_line {
+  white-space: normal;
+}
 
 .history-status {
   width: 20px;