瀏覽代碼

HUE-2451 [dashboard] Round the left border of the query input

Johan Ahlen 8 年之前
父節點
當前提交
971da2b

文件差異過大導致無法顯示
+ 0 - 0
desktop/libs/dashboard/src/dashboard/static/dashboard/css/search.css


+ 1 - 0
desktop/libs/dashboard/src/dashboard/static/dashboard/less/search.less

@@ -81,6 +81,7 @@
           white-space: nowrap;
 
           > div {
+            border-radius: 4px 0 0 4px;
             border-right: none;
           }
         }

部分文件因文件數量過多而無法顯示