From 1350a3a06fee799113a198f549868fe93d4fa2df Mon Sep 17 00:00:00 2001 From: Josep Martins Date: Mon, 29 Aug 2022 17:02:47 +0200 Subject: [PATCH 1/2] Adjust flex wrap in UI examples.Fixes #731 --- docs/src/components/ui-examples-16.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/components/ui-examples-16.js b/docs/src/components/ui-examples-16.js index 6d7093a41..6f58272c4 100644 --- a/docs/src/components/ui-examples-16.js +++ b/docs/src/components/ui-examples-16.js @@ -40,26 +40,26 @@ export default function UIExamples16({icon: Icon}) { - - - + Button - + Button - + Button From 29de96c1498d953da207b91b28bdbb592fd16c26 Mon Sep 17 00:00:00 2001 From: Josep Martins Date: Mon, 29 Aug 2022 17:18:38 +0200 Subject: [PATCH 2/2] Add orange-turkey-work changeset --- .changeset/orange-turkeys-work.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/orange-turkeys-work.md diff --git a/.changeset/orange-turkeys-work.md b/.changeset/orange-turkeys-work.md new file mode 100644 index 000000000..1c2a2016b --- /dev/null +++ b/.changeset/orange-turkeys-work.md @@ -0,0 +1,5 @@ +--- +'@primer/octicons': patch +--- + +Adjust flex wrap in UI examples.Fixes #731