浏览代码

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);
   .flex(0 1 auto);
   padding: 6px 10px;
   padding: 6px 10px;
   margin: 0;
   margin: 0;
-  font-size: 0.9rem;
+  font-size: 14px;
   background-color: @cui-white;
   background-color: @cui-white;
 }
 }
 
 

部分文件因为文件数量过多而无法显示