瀏覽代碼

HUE-7743 [frontend] Use fixed font size for the context popover title

Johan Ahlen 8 年之前
父節點
當前提交
452e7a597b

文件差異過大導致無法顯示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue-embedded.css


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


+ 1 - 1
desktop/core/src/desktop/static/desktop/less/hue4.less

@@ -568,7 +568,7 @@ a:visited {
   .flex(0 1 auto);
   padding: 6px 10px;
   margin: 0;
-  font-size: 0.9rem;
+  font-size: 14px;
   background-color: @cui-white;
 }
 

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