소스 검색

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;