From 5991b45a88fe60fe511c7a64a0a5f1dbb2410b08 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Tue, 24 Dec 2024 13:04:08 -0800 Subject: [PATCH] docs: change margin (#28908) --- docs/src/theme/DocItem/Layout/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/theme/DocItem/Layout/index.js b/docs/src/theme/DocItem/Layout/index.js index 79f8f240cc9be..3aa880b0d6b29 100644 --- a/docs/src/theme/DocItem/Layout/index.js +++ b/docs/src/theme/DocItem/Layout/index.js @@ -60,6 +60,7 @@ export default function DocItemLayout({children}) { flexDirection: "column", alignItems: "flex-end", float: "right", + marginLeft: 12, }}> {linkColab && ( Open In Colab