浏览代码

Update playground.css

make button text aligned
Un-index 3 年之前
父节点
当前提交
f2cfcfde71
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      website/playground/playground.css

+ 1 - 0
website/playground/playground.css

@@ -46,6 +46,7 @@ select {
 	border-bottom: 0;
 	cursor: pointer;
 	float: right;
+	font: inherit;
 	padding-left: 16px;
 }
 .playground-page .action.run {