From e3a8956936376f8f029f6194009c627c599d39a7 Mon Sep 17 00:00:00 2001 From: Joshua Yuan Date: Mon, 10 Aug 2020 09:18:52 -0700 Subject: [PATCH] Fix broken absolute-relative link in Playground Editor The correct link is https://yogalayout.com/docs/absolute-relative-layout The current link leads to a broken page https://yogalayout.com/docs/absolute-position --- website/src/components/Playground/src/Editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/Playground/src/Editor.js b/website/src/components/Playground/src/Editor.js index 4b6b6593..25e540a9 100644 --- a/website/src/components/Playground/src/Editor.js +++ b/website/src/components/Playground/src/Editor.js @@ -308,7 +308,7 @@ export default class Editor extends Component { ))}

Position Type - + Relative position offsets the node from it's calculated position. Absolute position removes the node from the flexbox flow and positions it at the given position. -- 2.50.1.windows.1