浏览代码

fix: Fix dashboard legends being left-aligned to centered again

jamesread 7 月之前
父节点
当前提交
b47cf7cab3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      frontend/style.css

+ 1 - 0
frontend/style.css

@@ -30,6 +30,7 @@ legend {
 	text-align: center;
 	padding: 1em;
 	padding-top: 1.5em;
+	width: 100%;
 }
 
 section {