Ver Fonte

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

jamesread há 7 meses atrás
pai
commit
b47cf7cab3
1 ficheiros alterados com 1 adições e 0 exclusões
  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 {