mirror of
https://github.com/maputnik/editor.git
synced 2026-06-30 19:17:26 +00:00
Block* -> Field*
This commit is contained in:
+1
-1
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user