浏览代码

HUE-3943 [editor] History and query search string can overlay with the clearable icon

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

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

@@ -1032,11 +1032,12 @@ pre {
 }
 
 .history-filter {
-  border-radius: 9px!important;
-  min-height: 17px!important;
-  height: 17px!important;
+  border-radius: 9px !important;
+  min-height: 17px !important;
+  height: 17px !important;
   margin-right: 5px;
   margin-left: -5px;
+  padding-right: 18px !important;
 }
 
 .no-horiz-padding a {