Block* -> Field*

This commit is contained in:
orangemug
2020-06-03 17:11:47 +01:00
parent b19eacf4f9
commit d6f31ec82e
15 changed files with 183 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export function Describe ({children}) {
export function Wrapper ({children}) {
return (
<div style={{maxWidth: "180px", margin: "0.4em"}}>
<div style={{maxWidth: "260px", margin: "0.4em"}}>
{children}
</div>
);